Operatorswift-algorithms 1.2.1Algorithms
<(_:_:)
Reductions.swift:497static func < (lhs: Self, rhs: Self) -> Bool
static func < (lhs: Self, rhs: Self) -> Bool
s10Algorithms27InclusiveReductionsSequenceVAASlRzrlE5IndexV1loiySbAEyx_G_AGtFZ
What are these?8H8J2
import Algorithms
Swift Algorithms is an open-source package of sequence and collection algorithms, along with their related types.
struct Index
struct InclusiveReductionsSequence<Base> where Base : Sequence
@frozen struct Bool
A value type whose instances are either true
or false
.
static func == (lhs: Self, rhs: Self) -> Bool