Quantity.rawValue

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ValueType rawValue()
  2. void rawValue(ValueType newValue)
    struct Quantity(Unit, ValueType = double)
    @property
    static if(is(Unit == Dimensionless))
    void
    rawValue
    (
    ValueType newValue
    )
    if (
    isUnit!Unit
    )

Meta