ones method

Quantity ones()

Gets a Quantity representing this number of ones.

Implementation

Quantity ones() => Rational.fromInt(this).ones();