SmartInt.opBinaryRight

See smartOp.

  1. auto opBinaryRight(M left)
    struct SmartInt(N, IntFlagPolicy _policy, Flag!"bitOps" bitOps = Yes.bitOps)
    const pure @safe nothrow @nogc
    opBinaryRight
    (
    string op
    M
    )
    (
    const M left
    )
    if (
    isFloatingPoint!M
    )
    if (
    isIntegral!N &&
    )
  2. auto opBinaryRight(M left)

Meta