Operator 演算子

<(_:_:)

Indicates that one index is less than another. 一方のインデックスが他のものより少ないことを指し示します。

Declaration 宣言

static func < (lhs: IndexSet.Index, rhs: IndexSet.Index) -> Bool

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Comparing Indexes インデックスを比較する