Rational.toString

operator

struct Rational(T)
const
void
toString
(
scope void delegate
(
const(char)[]
)
sink
,
FormatSpec!char fmt
)
if (
isLikeInt!T &&
!isFloatingPoint!T
)

Meta