Operatorswift-algorithms 1.2.1Algorithms
<(_:_:)
AdjacentPairs.swift:173static func < (lhs: Index, rhs: Index) -> Bool
static func < (lhs: Index, rhs: Index) -> Bool
s10Algorithms23AdjacentPairsCollectionV5IndexV1loiySbAEyx_G_AGtFZ
What are these?7R40A
import Algorithms
Swift Algorithms is an open-source package of sequence and collection algorithms, along with their related types.
struct Index
A position in an AdjacentPairsCollection
instance.
struct AdjacentPairsCollection<Base> where Base : Collection
A collection of adjacent pairs of elements built from an underlying collection.
@frozen struct Bool
A value type whose instances are either true
or false
.
static func == (lhs: Index, rhs: Index) -> Bool