Rational.this

ditto

  1. this(in U n)
  2. this(in U n, in V d, bool nonReduce = false)
    struct Rational(T)
    this
    (
    U
    V
    )
    (
    in U n
    ,
    in V d
    ,
    bool nonReduce = false
    )
    if (
    isAssignable!(T, const(U)) &&
    isAssignable!(T, const(V))
    )
    if (
    isLikeInt!T &&
    !isFloatingPoint!T
    )
  3. typeof(this) init()

Meta