struct ClosedRangeIterator<Bound where Bound : _Strideable & Comparable, Bound.Stride : SignedInteger>
Inheritance |
IteratorProtocol, Sequence
View Protocol Hierarchy →
|
Associated Types |
Iterator = ClosedRangeIterator<Bound>
Element = Iterator.Element
|
Import |
import Swift |
Instance Variables
Instance Methods
Conditionally Inherited Items
Where Iterator.Element : Comparable
Where Iterator.Element : Equatable
Where Iterator.Element : Sequence
Where Iterator.Element == String