Operator 演算子

+(_:_:)

Concatenates two attributed strings. 2つの属性付き文字列を連結します。

Declaration 宣言

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

Parameters パラメータ

lhs

An attributed string to concatenate. 連結するある属性付き文字列。

rhs

Another attributed string to concatenate. 連結する別の属性付き文字列。

Return Value 戻り値

The result of concatenating rhs to the end of lhs. rhslhsの最後に連結する結果。

See Also 参照

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