SafeInt.opBinaryRight

Perform a floating-point math operation.

  1. M opBinaryRight(M left)
    struct SafeInt(N, IntFlagPolicy _policy, Flag!"bitOps" bitOps = Yes.bitOps)
    const pure @safe nothrow @nogc
    M
    opBinaryRight
    (
    string op
    M
    )
    (
    const M left
    )
    if (
    isFloatingPoint!M
    )
    if (
    isIntegral!N &&
    )
  2. SafeInt!(OpType!(M, op, N), policy, bitOps) opBinaryRight(M left)
  3. M opBinary(M right)

Meta