Integrated Dynamics

Integrated Dynamics

63M Downloads

ValueTypeBase objects halfway to being singletons

josephcsible opened this issue ยท 0 comments

commented

We currently treat ValueTypeBase objects as if they're singletons (comparing them with ==, etc.), but this isn't actually enforced. We should make the constructor private to avoid future bugs.