formatted(_:)
Format self with the given format.
Declaration
func formatted<S>(_ format: S) -> S.FormatOutput where Self == S.FormatInput, S : FormatStyleFormat self with the given format.
func formatted<S>(_ format: S) -> S.FormatOutput where Self == S.FormatInput, S : FormatStyle