Operator 演算子

<(_:_:)

Returns a Boolean value indicating whether the first argument represents a position before the second argument. 最初の引数が2番目の引数の前の位置を表すかどうかを指し示すブール値を返します。

Declaration 宣言

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

Parameters パラメータ

lhs

An index to compare. 比較するインデックス。

rhs

Another index to compare. もう一方の比較するインデックス。

Discussion 解説

The types of the two underlying indices must be identical. 2つの基礎をなすインデックスの型は同一でなければなりません。

Relationships 関係

From Protocol 由来プロトコル