We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6db30 commit 6542398Copy full SHA for 6542398
src/_window.js
@@ -8,11 +8,6 @@ import {deque} from '@data-structure/deque';
8
* element of the input iterable iterator and the next <code>n-1</code>
9
* elements of the input iterable iterator.
10
*
11
- * @example
12
- * window( 2, range( 100 ) ) ;
13
- * // is equivalent to
14
- * zip( range( 100 ) , range( 1 , 100 ) ) ;
15
- *
16
* @param {number} n - The window size.
17
* @param {IterableIterator} iterable - The input iterable.
18
* @returns {IterableIterator}
0 commit comments