struct
StrideToGenerator
<
T
:
Strideable
>
Inheritance |
GeneratorType
View Protocol Hierarchy →
|
---|---|
Import |
|
Instance Methods
Advance to the next element and return it, or nil
if no next
element exists.
Declaration
mutating
func
next
() -
>
T
?
A GeneratorType for StrideTo<T>