struct MutableBidirectionalSlice<Base : BidirectionalIndexable & MutableIndexable>
Inheritance |
BidirectionalCollection, BidirectionalIndexable, Collection, Indexable, IndexableBase, MutableCollection, MutableIndexable, Sequence
View Protocol Hierarchy →
|
Associated Types |
Index = Base.Index
IndexDistance = Base.IndexDistance
SubSequence = MutableBidirectionalSlice<Base>
Iterator = IndexingIterator<MutableBidirectionalSlice<Base>>
Element = Base._Element
Index = Base.Index
|
Import |
import Swift |
Initializers
Instance Variables
Subscripts
Instance Methods
Conditionally Inherited Items
Where Index : Strideable, Index.Stride : SignedInteger
Where Indices == DefaultBidirectionalIndices
Where Indices == DefaultIndices
Where Iterator.Element : BidirectionalCollection
Where Iterator.Element : Collection
Where Iterator.Element : Comparable
Where Iterator.Element : Equatable
Where Iterator.Element : Sequence
Where Iterator.Element == String