Fixed.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. typeof(this) opBinary(R rhs)
  2. typeof(this) opBinary(R rhs)
    struct Fixed(T, size_t FRACT_BITS = (8 * (T.sizeof / 2)))
    @nogc nothrow pragma(inline, true) const
    typeof(this)
    opBinary
    (
    string op
    R
    )
    (
    const R rhs
    )
    if (
    __traits(isScalar, R)
    )
    if (
    __traits(isIntegral, T) &&
    !__traits(isUnsigned, T)
    )

Meta