You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now all units are aliases for primitive types. I think in the long term it would be better to reify units as specializations of primitive types, so for example a Number<feet> cannot be assigned directly to a Number<meters>.
The text was updated successfully, but these errors were encountered:
right now all units are aliases for primitive types. I think in the long term it would be better to reify units as specializations of primitive types, so for example a
Number<feet>
cannot be assigned directly to aNumber<meters>
.The text was updated successfully, but these errors were encountered: