append(_:)
Appends a string to the attributed string.
Declaration
mutating func append(_ s: some AttributedStringProtocol)Parameters
- s:
The string to append.
Appends a string to the attributed string.
mutating func append(_ s: some AttributedStringProtocol)The string to append.