Operatorswift-algorithms 1.2.1Algorithms
<(_:_:)
Product.swift:107static func < (lhs: Index, rhs: Index) -> Bool
static func < (lhs: Index, rhs: Index) -> Bool
s10Algorithms16Product2SequenceVAASlRzrlE5IndexV1loiySbAEyxq__G_AGtFZ
What are these?9RMSI
import Algorithms
Swift Algorithms is an open-source package of sequence and collection algorithms, along with their related types.
struct Index
The index type for a Product2Sequence
collection.
struct Product2Sequence<Base1, Base2> where Base1 : Sequence, Base2 : Collection
A sequence that represents the product of two sequences’ elements.
@frozen struct Bool
A value type whose instances are either true
or false
.