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)
  3. void opOpAssign(T rhs)
    struct TagionCurrency
    pure
    void
    opOpAssign
    (
    string OP
    T
    )
    (
    const T rhs
    )
    if (
    isFloatingPoint!T &&
    (["*", "%", "/"].canFind(OP))
    )

Meta