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 c427c6e commit 8501c7cCopy full SHA for 8501c7c
lib/node_modules/@stdlib/ndarray/base/pop/docs/repl.txt
@@ -30,7 +30,9 @@
30
<ndarray>
31
> var y = {{alias}}( x, 1, false, false )
32
33
- > {{alias:@stdlib/ndarray/to-array}}( y )
+ > {{alias:@stdlib/ndarray/to-array}}( y[0] )
34
+ [ [ 1 ], [ 3 ] ]
35
+ > {{alias:@stdlib/ndarray/to-array}}( y[1] )
36
[ [ 2 ], [ 4 ] ]
37
38
See Also
0 commit comments