LazyCollectionProtocol
protocol LazyCollectionProtocol : Collection, LazySequenceProtocol where Self.Elements : Collection
protocol LazyCollectionProtocol : Collection, LazySequenceProtocol where Self.Elements : Collection
LazyDropWhileSequence
When Base
conforms to Collection
LazyFilterSequence
When Base
conforms to Collection
LazyMapSequence
When Base
conforms to Collection
LazyPrefixWhileSequence
When Base
conforms to Collection
LazySequence
When Base
conforms to Collection
AdjacentPairsCollection
When Base
conforms to Collection
and Base
conforms to LazySequenceProtocol
ChunkedByCollection
When Base
conforms to Collection
ChunkedOnCollection
When Base
conforms to Collection
and Subject
conforms to Equatable
ChunksOfCountCollection
When Base
conforms to Collection
and Base
conforms to LazySequenceProtocol
CompactedCollection
When Base
conforms to Collection
, Base
conforms to LazySequenceProtocol
, and Base.Element
is Element?
CycledTimesCollection
When Base
conforms to Collection
and Base
conforms to LazySequenceProtocol
ExclusiveReductionsSequence
When Base
conforms to Collection
InclusiveReductionsSequence
When Base
conforms to Collection
IndexedCollection
When Base
conforms to Collection
and Base
conforms to LazySequenceProtocol
InterspersedSequence
When Base
conforms to Collection
and Base
conforms to LazySequenceProtocol
JoinedByClosureCollection
When Base
conforms to Collection
, Separator
conforms to Collection
, Base.Element
conforms to Collection
, and Separator.Element
is Base.Element.Element
JoinedByCollection
When Base
conforms to Collection
, Base
conforms to LazySequenceProtocol
, Separator
conforms to Collection
, Base.Element
conforms to Collection
, and Separator.Element
is Base.Element.Element
SplitCollection
When Base
conforms to Collection
StridingCollection
When Base
conforms to Collection
and Base
conforms to LazySequenceProtocol
WindowsOfCountCollection
When Base
conforms to Collection
and Base
conforms to LazySequenceProtocol