protocol RangeReplaceableCollectionType
Inheritance |
CollectionType, Indexable, SequenceType
View Protocol Hierarchy →
|
Associated Types |
Generator : GeneratorType = IndexingGenerator<Self>
SubSequence : Indexable, SequenceType = Slice<Self>
Index : ForwardIndexType
|
Import |
import Swift |
Initializers
Instance Variables
Subscripts
Instance Methods
Default Implementations
Where Generator == IndexingGenerator
Where Generator == Self, Self : GeneratorType
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 : SequenceType, SubSequence.Generator.Element == Generator.Element, SubSequence.SubSequence == SubSequence
Where SubSequence == Self
Where SubSequence == Self, Index : BidirectionalIndexType
Where SubSequence == Slice