Fixed.opEquals

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

Meta