nibbles method

InformationSize nibbles()

Gets an InformationSize representing this number of nibbles.

Implementation

InformationSize nibbles() => Rational.fromInt(this).nibbles();