Operatorswift-algorithms 1.2.1Algorithms
==(_:_:)
Chunked.swift:63static func == (lhs: Index, rhs: Index) -> Bool
static func == (lhs: Index, rhs: Index) -> Bool
s10Algorithms19ChunkedByCollectionV5IndexV2eeoiySbAEyxq__G_AGtFZ
What are these?401QU
import Algorithms
Swift Algorithms is an open-source package of sequence and collection algorithms, along with their related types.
struct Index
A position in a chunked collection.
struct ChunkedByCollection<Base, Subject> where Base : Collection
A collection wrapper that breaks a collection into chunks based on a predicate.
@frozen struct Bool
A value type whose instances are either true
or false
.
static func < (lhs: Index, rhs: Index) -> Bool