StructureSwift
StrideToIterator
An iterator for a StrideTo
instance.
@frozen struct StrideToIterator<Element> where Element : Strideable
An iterator for a StrideTo
instance.
@frozen struct StrideToIterator<Element> where Element : Strideable
func next() -> Element?
Advances to the next element and returns it, or nil
if no next element exists.