Operatorswift-algorithms 1.2.1Algorithms
<(_:_:)
Chunked.swift:611static func < (lhs: ChunksOfCountCollection.Index, rhs: ChunksOfCountCollection.Index) -> Bool
static func < (lhs: ChunksOfCountCollection.Index, rhs: ChunksOfCountCollection.Index) -> Bool
s10Algorithms23ChunksOfCountCollectionV5IndexV1loiySbAEyx_G_AGtFZ
What are these?7S52G
import Algorithms
Swift Algorithms is an open-source package of sequence and collection algorithms, along with their related types.
struct Index
struct ChunksOfCountCollection<Base> where Base : Collection
A collection that presents the elements of its base collection in SubSequence
chunks of any given count.
@frozen struct Bool
A value type whose instances are either true
or false
.
static func == (lhs: ChunksOfCountCollection.Index, rhs: ChunksOfCountCollection.Index) -> Bool