Rational.this

ditto

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

Meta