protocol BidirectionalCollection
A collection that supports backward as well as forward traversal.
Inheritance |
Collection |
Conforming Types |
AnyBidirectionalCollection, RandomAccessCollection, ReversedCollection, String, String.UTF16View, String.UTF8View, String.UnicodeScalarView, StringProtocol, Substring.UTF16View, Substring.UTF8View, Substring.UnicodeScalarView |
Associated Types |
associatedtype Element
associatedtype Index
associatedtype SubSequence
associatedtype Indices
|
Instance Variables
Subscripts
Instance Methods
Default Implementations