protocol FloatFormattable<Self, F> { ... }
F: Formatter<F>

String formatting mixin for floating-point types.

Provided methods