Generic Operator

+(_:_:)

Concatenates two attributed strings or substrings. 2つの属性付き文字列または下位文字列を連結します。

Declaration 宣言

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

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. rhslhsの最後に連結する結果。

See Also 参照

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