Quantity.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opBinaryRight(T other)
    struct Quantity(N, Dim...)
    const
    opBinaryRight
    (
    string op
    T
    )
    ()
    if (
    !isQuantity!T &&
    (
    op == "+" ||
    op == "-"
    )
    )
  2. auto opBinaryRight(T other)
  3. auto opBinaryRight(T other)

Meta