protocol LazyCollectionType
Inheritance |
CollectionType, Indexable, LazySequenceType, SequenceType
View Protocol Hierarchy →
|
Associated Types |
Elements : CollectionType = Self
Generator : GeneratorType = IndexingGenerator<Self>
SubSequence : Indexable, SequenceType = Slice<Self>
Index : ForwardIndexType
|
Import |
import Swift |
Instance Variables
Subscripts
Instance Methods
Default Implementations
Where Elements == Self
Where Elements.Generator.Element == Generator.Element, Generator.Element : SequenceType
Where Elements.Index : BidirectionalIndexType
Where Generator == IndexingGenerator
Where Generator == Self, Self : GeneratorType
Where Generator.Element : CollectionType
Where Generator.Element : CollectionType, Elements.Generator.Element : CollectionType, Generator.Element == Elements.Generator.Element
Where Generator.Element : CollectionType, Index : BidirectionalIndexType, Generator.Element.Index : BidirectionalIndexType
Where Generator.Element : CollectionType, Index : BidirectionalIndexType, Generator.Element.Index : BidirectionalIndexType, Elements.Generator.Element : CollectionType, Elements.Index : BidirectionalIndexType, Elements.Generator.Element.Index : BidirectionalIndexType, Generator.Element == Elements.Generator.Element
Where Generator.Element : Comparable
Where Generator.Element : Equatable
Where Generator.Element : SequenceType
Where Generator.Element == String
Where Index : BidirectionalIndexType
Where Index : BidirectionalIndexType, Elements.Index : BidirectionalIndexType
Where Index : RandomAccessIndexType
Where Index : RandomAccessIndexType, Elements.Index : RandomAccessIndexType
Where SubSequence : SequenceType, SubSequence.Generator.Element == Generator.Element, SubSequence.SubSequence == SubSequence
Where SubSequence == Self
Where SubSequence == Self, Index : BidirectionalIndexType
Where SubSequence == Slice