Generic Operator

+=(_:_:)

Appends an attributed string or substring to another attributed string. ある属性付き文字列または下位文字列を別の属性付き文字列に追加します。

Declaration 宣言

static func += <T>(lhs: inout AttributedString, rhs: T) where T : AttributedStringProtocol

Parameters パラメータ

lhs

An attributed string. After the operation, the value of this string is the original lhs string with rhs appended to it. 属性付き文字列。演算の後、この文字列の値は、元のlhs文字列にrhsがそれへと追加されたものです。

rhs

An attributed string or substring to append to lhs. lhsへと追加することになるある属性付き文字列または下位文字列。

See Also 参照

Combining Attributed Strings 属性付き文字列を結合する