nextSpan()
Returns a span over the next group of elements that are ready to by visited, up to the specifed maximum.
Declaration
@export(implementation) mutating func nextSpan() throws(Self.Failure) -> Span<Self.Element>Returns a span over the next group of elements that are ready to by visited, up to the specifed maximum.
@export(implementation) mutating func nextSpan() throws(Self.Failure) -> Span<Self.Element>