Operatorswift-algorithms 1.2.1Algorithms
<(_:_:)
Joined.swift:157static func < (lhs: Self, rhs: Self) -> Bool
static func < (lhs: Self, rhs: Self) -> Bool
s10Algorithms18JoinedByCollectionV5IndexV1loiySbAEyxq__G_AGtFZ
What are these?1JW2F
import Algorithms
Swift Algorithms is an open-source package of sequence and collection algorithms, along with their related types.
struct Index
struct JoinedByCollection<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.
@frozen struct Bool
A value type whose instances are either true
or false
.
static func == (lhs: Self, rhs: Self) -> Bool