append(_:)
Appends the given Unicode scalar to the view.
Declaration
mutating func append(_ c: Unicode.Scalar)Parameters
- c:
The character to append to the string.
Appends the given Unicode scalar to the view.
mutating func append(_ c: Unicode.Scalar)The character to append to the string.