struct Range<Element : ForwardIndexType>
Inheritance |
CollectionType, CustomDebugStringConvertible, CustomStringConvertible, Equatable, Indexable, SequenceType, _Reflectable
View Protocol Hierarchy →
|
Associated Types |
Generator = RangeGenerator<Element>
Element = Element
Index = Element
SubSequence = Slice<Range<Element>>
|
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 : SequenceType
Where Generator.Element == String
Where Index : BidirectionalIndexType
Where Index : RandomAccessIndexType