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 6b0d681 commit 60d7836Copy full SHA for 60d7836
1 file changed
lib/node_modules/@stdlib/ndarray/iter/stacks/README.md
@@ -81,6 +81,7 @@ var v = iter.next().value;
81
// returns <ndarray>[ [ 1, 2 ], [ 3, 4 ] ]
82
83
v.set( 0, 0, 10 );
84
+// v => <ndarray>[ [ 10, 2 ], [ 3, 4 ] ]
85
```
86
87
The returned [iterator][mdn-iterator-protocol] protocol-compliant object has the following properties:
0 commit comments