Quantity.opEquals

Overloaded operators. Only dimensionally correct operations will compile.

  1. bool opEquals(Q other)
  2. bool opEquals(T other)
    struct Quantity(N, Dimensions dims)
    const
    bool
    opEquals
    (
    T
    )
    ()
    if (
    isNumeric!T
    )

Meta