formatted(_:)
Format self with the given format. self is first converted to S.FormatInput type, then format with the given format.
Declaration
func formatted<S>(_ format: S) -> S.FormatOutput where S : FormatStyle, S.FormatInput : BinaryFloatingPoint