@@ -494,6 +494,26 @@ logEach( '%s', out );
494494
495495<section class =" related " >
496496
497+ * * *
498+
499+ ## See Also
500+
501+ - <span class =" package-name " >[ ` @stdlib/array/buffer ` ] [ @stdlib/array/buffer ] </span ><span class =" delimiter " >: </span ><span class =" description " >ArrayBuffer.</span >
502+ - <span class =" package-name " >[ ` @stdlib/array/bool ` ] [ @stdlib/array/bool ] </span ><span class =" delimiter " >: </span ><span class =" description " >BooleanArray.</span >
503+ - <span class =" package-name " >[ ` @stdlib/array/float16 ` ] [ @stdlib/array/float16 ] </span ><span class =" delimiter " >: </span ><span class =" description " >Float16Array.</span >
504+ - <span class =" package-name " >[ ` @stdlib/array/float32 ` ] [ @stdlib/array/float32 ] </span ><span class =" delimiter " >: </span ><span class =" description " >Float32Array.</span >
505+ - <span class =" package-name " >[ ` @stdlib/array/float64 ` ] [ @stdlib/array/float64 ] </span ><span class =" delimiter " >: </span ><span class =" description " >Float64Array.</span >
506+ - <span class =" package-name " >[ ` @stdlib/array/int64 ` ] [ @stdlib/array/int64 ] </span ><span class =" delimiter " >: </span ><span class =" description " >Int64Array.</span >
507+ - <span class =" package-name " >[ ` @stdlib/array/int32 ` ] [ @stdlib/array/int32 ] </span ><span class =" delimiter " >: </span ><span class =" description " >Int32Array.</span >
508+ - <span class =" package-name " >[ ` @stdlib/array/int16 ` ] [ @stdlib/array/int16 ] </span ><span class =" delimiter " >: </span ><span class =" description " >Int16Array.</span >
509+ - <span class =" package-name " >[ ` @stdlib/array/int8 ` ] [ @stdlib/array/int8 ] </span ><span class =" delimiter " >: </span ><span class =" description " >Int8Array.</span >
510+ - <span class =" package-name " >[ ` @stdlib/array/uint16 ` ] [ @stdlib/array/uint16 ] </span ><span class =" delimiter " >: </span ><span class =" description " >Uint16Array.</span >
511+ - <span class =" package-name " >[ ` @stdlib/array/uint32 ` ] [ @stdlib/array/uint32 ] </span ><span class =" delimiter " >: </span ><span class =" description " >Uint32Array.</span >
512+ - <span class =" package-name " >[ ` @stdlib/array/uint8 ` ] [ @stdlib/array/uint8 ] </span ><span class =" delimiter " >: </span ><span class =" description " >Uint8Array.</span >
513+ - <span class =" package-name " >[ ` @stdlib/array/uint8c ` ] [ @stdlib/array/uint8c ] </span ><span class =" delimiter " >: </span ><span class =" description " >Uint8ClampedArray.</span >
514+ - <span class =" package-name " >[ ` @stdlib/array/complex128 ` ] [ @stdlib/array/complex128 ] </span ><span class =" delimiter " >: </span ><span class =" description " >Complex128Array.</span >
515+ - <span class =" package-name " >[ ` @stdlib/array/complex64 ` ] [ @stdlib/array/complex64 ] </span ><span class =" delimiter " >: </span ><span class =" description " >Complex64Array.</span >
516+
497517</section >
498518
499519<!-- /.related -->
@@ -514,6 +534,38 @@ logEach( '%s', out );
514534
515535[ @stdlib/bigint/ctor ] : https://github.com/stdlib-js/bigint-ctor
516536
537+ <!-- <related-links> -->
538+
539+ [ @stdlib/array/bool ] : https://github.com/stdlib-js/array/tree/main/bool
540+
541+ [ @stdlib/array/float16 ] : https://github.com/stdlib-js/array/tree/main/float16
542+
543+ [ @stdlib/array/float32 ] : https://github.com/stdlib-js/array/tree/main/float32
544+
545+ [ @stdlib/array/float64 ] : https://github.com/stdlib-js/array/tree/main/float64
546+
547+ [ @stdlib/array/int64 ] : https://github.com/stdlib-js/array/tree/main/int64
548+
549+ [ @stdlib/array/int32 ] : https://github.com/stdlib-js/array/tree/main/int32
550+
551+ [ @stdlib/array/int16 ] : https://github.com/stdlib-js/array/tree/main/int16
552+
553+ [ @stdlib/array/int8 ] : https://github.com/stdlib-js/array/tree/main/int8
554+
555+ [ @stdlib/array/uint16 ] : https://github.com/stdlib-js/array/tree/main/uint16
556+
557+ [ @stdlib/array/uint32 ] : https://github.com/stdlib-js/array/tree/main/uint32
558+
559+ [ @stdlib/array/uint8 ] : https://github.com/stdlib-js/array/tree/main/uint8
560+
561+ [ @stdlib/array/uint8c ] : https://github.com/stdlib-js/array/tree/main/uint8c
562+
563+ [ @stdlib/array/complex128 ] : https://github.com/stdlib-js/array/tree/main/complex128
564+
565+ [ @stdlib/array/complex64 ] : https://github.com/stdlib-js/array/tree/main/complex64
566+
567+ <!-- </related-links> -->
568+
517569</section >
518570
519571<!-- /.links -->
0 commit comments