+=(_:_:)
Appends an attributed string to another attributed string.
Declaration
static func += (lhs: inout AttributedString, rhs: AttributedString)Parameters
- lhs:
An attributed string. After the operation, the value of this string is the original
lhsstring withrhsappended to it. - rhs:
An attributed string to append to
lhs.