struct ReverseCollection<Base : CollectionType where Base.Index : BidirectionalIndexType>
Inheritance |
CollectionType, Indexable, SequenceType, _ReverseCollectionType
View Protocol Hierarchy →
|
Associated Types |
Index = ReverseIndex<Base.Index>
Generator = IndexingGenerator<ReverseCollection<Base>>
Element = Generator.Element
SubSequence = Slice<ReverseCollection<Base>>
|
Import |
import Swift |
Initializers
Instance Variables
Subscripts
Instance Methods
Conditionally Inherited Items
Where Generator.Element : CollectionType
Where Generator.Element : CollectionType, Index : BidirectionalIndexType, Generator.Element.Index : BidirectionalIndexType
Where Generator.Element : Comparable
Where Generator.Element : Equatable
Where Generator.Element : SequenceType
Where Generator.Element == String
Where Index : BidirectionalIndexType
Where Index : RandomAccessIndexType
Where Self : CollectionType, Index.Base == Base.Index
Where Self : _ReverseCollectionType, Base.Index : RandomAccessIndexType