range primitives of the underlying range as long as
hasLength is true.Iterates range r with stride n. If the range is a random-access range, moves by indexing into the range; otherwise, moves by successive calls to popFront. Applying stride twice to the same range results in a stride with a step that is the product of the two applications. It is an error for n to be 0.
r | the input range to stride over |
n | the number of elements to skip over |
range primitives of the underlying range as long as
hasLength is true.