WindowIterableExtension<E> extension

on

Methods

window(int size, {int step = 1, bool includePartial = false}) Iterable<List<E>>
Sliding window of given size over this Iterable.