Rational.opOpAssign

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

Meta