Operatorswift-algorithms 1.2.1Algorithms
<(_:_:)
Joined.swift:263static func < (lhs: Self, rhs: Self) -> Bool
static func < (lhs: Self, rhs: Self) -> Bool
s10Algorithms25JoinedByClosureCollectionV5IndexV1loiySbAEyxq__G_AGtFZ
What are these?817T9
import Algorithms
Swift Algorithms is an open-source package of sequence and collection algorithms, along with their related types.
struct Index
struct JoinedByClosureCollection<Base, Separator> where Base : Collection, Separator : Collection, Base.Element : Collection, Separator.Element == Base.Element.Element
A collection that presents the elements of a base collection of collections concatenated using a given separator that depends on the collections right before and after it.
@frozen struct Bool
A value type whose instances are either true
or false
.
static func == (lhs: Self, rhs: Self) -> Bool