TagionCurrency.opBinary

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

Meta