Applies a function to each sliding window of elements in the array.
The type of elements in the items array.
The array of items to process.
The function to apply to each sliding window.
Optional
The options for sliding window (start index, window size, and increments).
Generated using TypeDoc
Applies a function to each sliding window of elements in the array.