TagionCurrency.opBinary

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

Meta