Instance Method

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.

Relationships