Fixed.opEquals

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

Meta