SmartInt.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opBinary(M right)
  2. auto opBinary(M right)
    struct SmartInt(N, bool bitOps = true, bool throws = true)
    const
    opBinary
    (
    string op
    M
    )
    (
    const M right
    )
    if (
    isIntegral!N &&
    )

Meta