rat function

RatNumeral rat(
  1. Rat rat
)

Creates a RatNumeral from a Rat value.

Implementation

RatNumeral rat(Rat rat) => RatNumeral(rat);