struct LazyCollection<Base : Collection>
Inheritance |
Collection, Indexable, IndexableBase, LazyCollectionProtocol, LazySequenceProtocol, Sequence
View Protocol Hierarchy →
|
Associated Types |
Elements = Base
Index = Base.Index
Iterator = Base.Iterator
Element = Base.Iterator.Element
Index = Base.Index
SubSequence = LazyCollection<Slice<Base>>
|
Import |
import Swift |
Instance Variables
Subscripts
Instance Methods
Conditionally Inherited Items
Where Elements == Self
Where Elements.Iterator.Element == Iterator.Element, Iterator.Element : Sequence
Where Index : Strideable, Index.Stride : SignedInteger
Where Indices == DefaultIndices
Where Iterator.Element : Collection
Where Iterator.Element : Comparable
Where Iterator.Element : Equatable
Where Iterator.Element : Sequence
Where Iterator.Element == String
Where Self : Collection, Elements : Collection
Where Self : Collection, Elements : Collection, Iterator.Element : Collection, Elements.Iterator.Element : Collection, Iterator.Element == Elements.Iterator.Element