appending(_:)
Returns a new string created by appending the given string.
Declaration
func appending(_ other: some StringProtocol) -> StringReturns a new string created by appending the given string.
func appending(_ other: some StringProtocol) -> String