TagionCurrency.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opOpAssign(TagionCurrency rhs)
  2. void opOpAssign(T rhs)
    struct TagionCurrency
    pure
    void
    opOpAssign
    (
    string OP
    T
    )
    (
    const T rhs
    )
    if (
    isIntegral!T &&
    (["+", "-", "*", "%", "/"].canFind(OP))
    )
  3. void opOpAssign(T rhs)

Meta