Quantity.opBinary

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

Meta