Fixed.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opEquals(Fixed other)
  2. bool opEquals(Fixed!point other)
  3. bool opEquals(T other)
    struct Fixed(int scaling, V = long, Hook = KeepScalingHook)
    const
    bool
    opEquals
    (
    T
    )
    (
    const T other
    )
    if (
    isIntegral!T
    )
    if (
    isIntegral!V
    )

Meta