struct Slice<Base : Indexable>
Inheritance |
CollectionType, Indexable, SequenceType
View Protocol Hierarchy →
|
Associated Types |
Index = Base.Index
Generator = IndexingGenerator<Slice<Base>>
Element = Base._Element
Index = Base.Index
SubSequence = Slice<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 SubSequence == Self, Index : BidirectionalIndexType