struct Range<T : ForwardIndexType>
Inheritance |
CollectionType, DebugPrintable, Equatable, Printable, Reflectable, SequenceType, _CollectionType, _SequenceType, _Sequence_Type
View Protocol Hierarchy →
|
Associated Types |
Index = T
ArraySlice = Range<T>
Generator = RangeGenerator<T>
Element = T
Index = T
SubSequence = Slice<Range<T>>
|
Import |
import Swift |
Initializers
Instance Variables
Subscripts
Instance Methods