formatWith<T extends num> method
Formats this value with an existing codec.
Implementation
String formatWith<T extends num>(NumeralCodec<T> codec) => codec.format(this);
Formats this value with an existing codec.
String formatWith<T extends num>(NumeralCodec<T> codec) => codec.format(this);