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
An implementation could avoid accepting strings in constructors by forcing users to choose from an Enum of possible units/dimensions. Would this be reasonable? If so, do we want to avoid forcing strings to be accepted?
An implementation could avoid accepting strings in constructors by forcing users to choose from an
Enumof possible units/dimensions. Would this be reasonable? If so, do we want to avoid forcing strings to be accepted?