Operatorswift-algorithms 1.2.1Algorithms
<(_:_:)
Stride.swift:153static func < (lhs: Index, rhs: Index) -> Bool
static func < (lhs: Index, rhs: Index) -> Bool
s10Algorithms18StridingCollectionV5IndexV1loiySbAEyx_G_AGtFZ
What are these?5W0G5
import Algorithms
Swift Algorithms is an open-source package of sequence and collection algorithms, along with their related types.
struct Index
A position in a StridingCollection
instance.
struct StridingCollection<Base> where Base : Collection
A wrapper that strides over a base collection.
@frozen struct Bool
A value type whose instances are either true
or false
.