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
quantity_spec is the only SymbolicConstant that has public members (dimension and character). named_unit, point origins, other SymbolicConstants, and even reference do not expose anything. Only quantity and quantity_point expose public members.
Should we continue doing that, or should we provide an alternative interface to obtain this information (e.g., get_dimension(QuantitySpec), get_character(QuantitySpec))?
The text was updated successfully, but these errors were encountered:
quantity_spec
is the onlySymbolicConstant
that has public members (dimension
andcharacter
).named_unit
, point origins, otherSymbolicConstants
, and evenreference
do not expose anything. Onlyquantity
andquantity_point
expose public members.Should we continue doing that, or should we provide an alternative interface to obtain this information (e.g.,
get_dimension(QuantitySpec)
,get_character(QuantitySpec)
)?The text was updated successfully, but these errors were encountered: