Operator 演算子

+(_:_:)

Combines the elements of two index paths into a single index path. 2つのインデックスパスの要素を単一のインデックスパスに結合します。

Declaration 宣言

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

See Also 参照

Adding Nodes ノードを追加する