FastStride<E> extension

Extension providing the method fastStride. Note: The backing iterable should be immutable or fixed length since concurrent modification is not checked.

on

Methods

fastStride(int stepSize, [int startIndex = 0]) Iterable<E>
Returns an Iterable<E> which iterates this using a custom stepSize and starting from startIndex.