Closed lazarljubenovic closed 1 year ago
The newly added operators slideThrough and slideThroughCyclic are a generalization of pairwise and pairwiseCyclic. They will both yield tuples with windowSize elements by sliding a window through the source iterable.
slideThrough
slideThroughCyclic
pairwise
pairwiseCyclic
windowSize
Closes #17
The newly added operators
slideThrough
andslideThroughCyclic
are a generalization ofpairwise
andpairwiseCyclic
. They will both yield tuples withwindowSize
elements by sliding a window through the source iterable.Closes #17