<(_:_:)
Returns a Boolean value indicating whether the first argument represents a position before the second argument.
Declaration
static func < (lhs: AnyIndex, rhs: AnyIndex) -> BoolParameters
- lhs:
An index to compare.
- rhs:
Another index to compare.
Discussion
The types of the two underlying indices must be identical.