Stride<E> extension

Extension on Iterable providing the method stride.

on

Methods

stride(int stepSize, [int startIndex = 0]) → Iterable<E>

Available on Iterable<E>, provided by the Stride extension

Returns an Iterable which iterates this using a custom stepSize and starting from startIndex.