struct
StrideToGenerator
<
Element
:
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
() -
>
Element
?
A
GeneratorType
forStrideTo<Element>
.