struct ReverseCollection<Base : Collection where Base.Index : BidirectionalIndex>
Inheritance |
Collection, Indexable, Sequence
View Protocol Hierarchy →
|
Associated Types |
Index = ReverseIndex<Base.Index>
Iterator = IndexingIterator<ReverseCollection<Base>>
Element = Iterator.Element
SubSequence = Slice<ReverseCollection<Base>>
|
Import |
import Swift |
Instance Variables
Subscripts
Instance Methods
Conditionally Inherited Items
Where Index : BidirectionalIndex
Where Index : RandomAccessIndex
Where Iterator == IndexingIterator
Where Iterator == Self, Self : IteratorProtocol
Where Iterator.Element : Collection
Where Iterator.Element : Collection, Index : BidirectionalIndex, Iterator.Element.Index : BidirectionalIndex
Where Iterator.Element : Comparable
Where Iterator.Element : Equatable
Where Iterator.Element : Sequence
Where Iterator.Element == String