File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -271,6 +271,13 @@ for ( i = 0; i < dt.length; i++ ) {
271
271
272
272
<section class =" related " >
273
273
274
+ * * *
275
+
276
+ ## See Also
277
+
278
+ - <span class =" package-name " >[ ` @stdlib/array-filled ` ] [ @stdlib/array/filled ] </span ><span class =" delimiter " >: </span ><span class =" description " >create a filled array.</span >
279
+ - <span class =" package-name " >[ ` @stdlib/array-typed ` ] [ @stdlib/array/typed ] </span ><span class =" delimiter " >: </span ><span class =" description " >create a typed array.</span >
280
+
274
281
</section >
275
282
276
283
<!-- /.related -->
@@ -350,6 +357,14 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
350
357
351
358
[ mdn-arraybuffer ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
352
359
360
+ <!-- <related-links> -->
361
+
362
+ [ @stdlib/array/filled ] : https://github.com/stdlib-js/array-filled
363
+
364
+ [ @stdlib/array/typed ] : https://github.com/stdlib-js/array-typed
365
+
366
+ <!-- </related-links> -->
367
+
353
368
</section >
354
369
355
370
<!-- /.links -->
Original file line number Diff line number Diff line change 50
50
"@stdlib/iter-length" : " ^0.1.1" ,
51
51
"@stdlib/string-format" : " ^0.1.1" ,
52
52
"@stdlib/symbol-iterator" : " ^0.1.1" ,
53
- "@stdlib/types" : " ^0.1 .0"
53
+ "@stdlib/types" : " ^0.2 .0"
54
54
},
55
55
"devDependencies" : {
56
56
"@stdlib/array-buffer" : " ^0.1.0" ,
70
70
"@stdlib/assert-is-array" : " ^0.1.1" ,
71
71
"@stdlib/assert-is-typed-array" : " ^0.1.0" ,
72
72
"@stdlib/assert-is-typed-array-like" : " ^0.1.0" ,
73
- "@stdlib/bench" : " ^0.1 .0" ,
73
+ "@stdlib/bench" : " ^0.2 .0" ,
74
74
"@stdlib/complex-float32" : " ^0.1.1" ,
75
75
"@stdlib/complex-float64" : " ^0.1.1" ,
76
76
"@stdlib/iter-constant" : " ^0.1.0" ,
You can’t perform that action at this time.
0 commit comments