protocol IntegerFormattable<Self, F> { ... }
Self: Integer
F: Formatter<F>

String formatting mixin for integers.

Provided methods