The type of elements in the items array.
The type of the elements returned by the function.
The array of items to process.
The function to apply to each sliding window that returns a new value.
Optional
options: { The options for sliding window (start index, window size, and increments).
Generated using TypeDoc
Maps each sliding window of elements in the array to a new value.