SafeInt.opBinaryRight

Perform a floating-point math operation.

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

Meta