value-object-cache
malinges486MIT1.9.0A value object cache that can be used to make value objects behave like primitive types, i.e. if two variables a
and b
point to instances of the same class and have the same value, then a === b
, otherwise a !== b
.
value, object, cache, weakref