Quantity.rawValue

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

Meta