Dimensionless

A special unit used to represent dimensionless quantities.

Members

Mixins

__anonymous
mixin UnitImpl
Undocumented in source.

Static functions

toString
string toString(UnitString type)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixed In Members

From mixin UnitImpl

opBinary
auto opBinary(Rhs rhs)

Multiplication/division of two unit instances, yielding a unit instance representing the product/quotient unit.

opBinary
auto opBinary(V rhs)
opBinaryRight
auto opBinaryRight(V lhs)

Multiplication/division of an unit and a value type, constructing a Quantity instance.

SuperSecretAliasToMarkThisAsUnit
alias SuperSecretAliasToMarkThisAsUnit = void
Undocumented in source.

Meta