Operator 演算子

<(_:_:)

Returns a Boolean that is true if the first index path is less than the second when comparing elements in depth-first traversal order. 深さ優先横断順で要素を比較する場合、最初のインデックスパスが2番目より少ないならばtrueであるブール値を返します。

Declaration 宣言

static func < (lhs: IndexPath, rhs: IndexPath) -> Bool

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Adding Nodes ノードを追加する