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