struct AnyCollection
A type-erased wrapper over any collection with indices that
support forward traversal.
Inheritance |
Collection |
Associated Types |
public typealias Indices = DefaultIndices<AnyCollection<Element>>
public typealias Iterator = AnyIterator<Element>
public typealias Index = AnyIndex
public typealias SubSequence = AnyCollection<Element>
|
Initializers
Instance Variables
Subscripts
Instance Methods