Operatorswift-algorithms 1.2.1Algorithms
<(_:_:)
Intersperse.swift:102static func < (lhs: Index, rhs: Index) -> Bool
static func < (lhs: Index, rhs: Index) -> Bool
s10Algorithms20InterspersedSequenceVAASlRzrlE5IndexV1loiySbAEyx_G_AGtFZ
What are these?62KM
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 InterspersedSequence
instance.
struct InterspersedSequence<Base> where Base : Sequence
A sequence that presents the elements of a base sequence of elements with a separator between each of those elements.
@frozen struct Bool
A value type whose instances are either true
or false
.