appendingFormat(_:_:)
Returns a string created by appending a string constructed from a given format string and the following arguments.
Declaration
func appendingFormat<T>(_ format: T, _ arguments: any CVarArg...) -> String where T : StringProtocolReturns a string created by appending a string constructed from a given format string and the following arguments.
func appendingFormat<T>(_ format: T, _ arguments: any CVarArg...) -> String where T : StringProtocol