8000 Auto-generated commit · stdlib-js/ndarray-iter-entries@a484ab9 · GitHub
[go: up one dir, main page]

Skip to content

Commit a484ab9

Browse files
committed
Auto-generated commit
1 parent 835c5fb commit a484ab9

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,14 @@ while ( true ) {
197197

198198
<section class="related">
199199

200+
* * *
201+
202+
## See Also
203+
204+
- <span class="package-name">[`@stdlib/ndarray-ctor`][@stdlib/ndarray/ctor]</span><span class="delimiter">: </span><span class="description">multidimensional array constructor.</span>
205+
- <span class="package-name">[`@stdlib/ndarray-iter/indices`][@stdlib/ndarray/iter/indices]</span><span class="delimiter">: </span><span class="description">create an iterator which returns indices for use indexing into an ndarray having a specified shape.</span>
206+
- <span class="package-name">[`@stdlib/ndarray-iter/values`][@stdlib/ndarray/iter/values]</span><span class="delimiter">: </span><span class="description">create an iterator which returns individual elements from a provided ndarray.</span>
207+
200208
</section>
201209

202210
<!-- /.related -->
@@ -272,7 +280,15 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
272280

273281
[mdn-iterator-protocol]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterator_protocol
274282

275-
[@stdlib/ndarray/ctor]: https://github.com/stdlib-js/stdlib
283+
[@stdlib/ndarray/ctor]: https://github.com/stdlib-js/ndarray-ctor
284+
285+
<!-- <related-links> -->
286+
287+
[@stdlib/ndarray/iter/indices]: https://github.com/stdlib-js/ndarray-iter-indices
288+
289+
[@stdlib/ndarray/iter/values]: https://github.com/stdlib-js/ndarray-iter-values
290+
291+
<!-- </related-links> -->
276292

277293
</section>
278294

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
4747
"@stdlib/ndarray-shape": "^0.1.0",
4848
"@stdlib/string-format": "^0.1.1",
4949
"@stdlib/symbol-iterator": "^0.1.1",
50-
"@stdlib/types": "^0.1.0",
50+
"@stdlib/types": "^0.2.0",
5151
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.1"
5252
},
5353
"devDependencies": {
5454
"@stdlib/array-base-zero-to": "^0.1.0",
5555
"@stdlib/assert-is-array": "^0.1.1",
5656
"@stdlib/assert-is-iterator-like": "^0.1.1",
5757
"@stdlib/assert-is-nonnegative-integer-array": "^0.1.0",
58-
"@stdlib/bench": "^0.1.0",
58+
"@stdlib/bench": "^0.2.0",
5959
"@stdlib/ndarray-array": "^0.1.0",
6060
"@stdlib/ndarray-zeros": "^0.1.0",
6161
"proxyquire": "^2.0.0",

0 commit comments

Comments
 (0)
0