Division by a unit instance.
Returns a quantity with the same value, but the new unit.
auto l = 6 * metre; assert(l / metre == 6 * dimensionless);
See Implementation
Division by a unit instance.
Returns a quantity with the same value, but the new unit.