Returns a string representation of the quantity, consisting of the value and a unit symbol or name.
auto l = 6 * metre / second; assert(l.toString() == "6 metre second^(-1)"); assert(l.toString(UnitString.symbol) == "6 m s^(-1)");
See Implementation
Returns a string representation of the quantity, consisting of the value and a unit symbol or name.