lazarljubenovic / jupiterate

1 stars 0 forks source link

new(slideThrough, slideThroughCyclic): add a new pair of operators #19

Closed lazarljubenovic closed 1 year ago

lazarljubenovic commented 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.

Closes #17