ExDimensions v0.2.0 ExDimensions.Quantity View Source
The core quantity type for units. It maintains bookkeeping around unit
manipulations as math and conversion operations are applied. It is not
recommended to create this struct directly. Rather, helpers such as
ExDimensions.Spatial.inches(5)
should be used to initialize quantities, and
manipulations of the value should take place using the macro defined in
ExDimensions.UnitMath
.