Rational.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opEquals(T y)
  2. bool opEquals(T o)
    struct Rational
    @nogc pure const nothrow
    bool
    opEquals
    (
    T
    )
    (
    T o
    )
    if (
    is(Unqual!T == Rational)
    )

Meta