Rational.init

Undocumented in source. Be warned that the author may not have intended to support it.
  1. typeof(this) init()
    struct Rational(T)
    version(none)
    static @property
    typeof(this)
    init
    ()
    if (
    isLikeInt!T &&
    !isFloatingPoint!T
    )
  2. this(U n)
  3. this(U n, V d, bool nonReduce)

Meta