Operator 演算子

+(_:_:)

Concatenates the text in two text views in a new text view. 2つのテキストビューの中のテキストをある新しいテキストビューにおいて連結します。

Declaration 宣言

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

Return Value 戻り値

A new text view containing the combined contents of the two input text views. 2つの入力テキストビューの結合した内容を含んでいるある新しいテキストビュー。

Parameters パラメータ

lhs

The first text view with text to combine. 結合するテキストをもつ最初のテキストビュー。

rhs

The second text view with text to combine. 結合するテキストをもつ2番目のテキストビュー。