TagionCurrency.opOpAssign

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

Meta