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