Contents

append(_:)

Appends a string to the attributed string.

Declaration

mutating func append(_ s: some AttributedStringProtocol)

Parameters

  • s:

    The string to append.

See Also

Combining Attributed Strings