Integer.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opBinary(T rhs)
    struct Integer(T, char E)
    const
    opBinary
    (
    string op
    )
    (
    T rhs
    )
    if (
    op.among(binOps)
    )
  2. auto opBinary(Integer!(U, E2) rhs)

Meta