Operatorswift-algorithms 1.2.1Algorithms
==(_:_:)
Reductions.swift:262static func == (lhs: Self, rhs: Self) -> Bool
static func == (lhs: Self, rhs: Self) -> Bool
s10Algorithms27ExclusiveReductionsSequenceVAASlRzrlE5IndexV2eeoiySbAEyxq__G_AGtFZ
What are these?96ZCB
import Algorithms
Swift Algorithms is an open-source package of sequence and collection algorithms, along with their related types.
struct Index
struct ExclusiveReductionsSequence<Base, Result> where Base : Sequence
A sequence of applying a transform to the element of a sequence and the previously transformed result.
@frozen struct Bool
A value type whose instances are either true
or false
.
static func < (lhs: Self, rhs: Self) -> Bool