Contents

+(_:_:)

Concatenates two attributed strings or substrings.

Declaration

static func + (lhs: AttributedString, rhs: some AttributedStringProtocol) -> AttributedString

Parameters

  • lhs:

    An attributed string or substring to concatenate.

  • rhs:

    Another attributed string or substring to concatenate.

Return Value

The result of concatenating rhs to the end of lhs.

See Also

Combining Attributed Strings