@@ -1443,6 +1443,28 @@ console.log( arr );
14431443
14441444<!--  /.references --> 
14451445
1446+ <!--  Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. --> 
1447+ 
1448+ <section  class =" related " >
1449+ 
1450+ * * * 
1451+ 
1452+ ## See Also  
1453+ 
1454+ -    [ ` @stdlib/array/buffer ` ] [ @stdlib/array/buffer ] : arrayBuffer.
1455+ -    [ ` @stdlib/array/float64 ` ] [ @stdlib/array/float64 ] : float64Array.
1456+ -    [ ` @stdlib/array/int16 ` ] [ @stdlib/array/int16 ] : int16Array.
1457+ -    [ ` @stdlib/array/int32 ` ] [ @stdlib/array/int32 ] : int32Array.
1458+ -    [ ` @stdlib/array/int8 ` ] [ @stdlib/array/int8 ] : int8Array.
1459+ -    [ ` @stdlib/array/uint16 ` ] [ @stdlib/array/uint16 ] : uint16Array.
1460+ -    [ ` @stdlib/array/uint32 ` ] [ @stdlib/array/uint32 ] : uint32Array.
1461+ -    [ ` @stdlib/array/uint8 ` ] [ @stdlib/array/uint8 ] : uint8Array.
1462+ -    [ ` @stdlib/array/uint8c ` ] [ @stdlib/array/uint8c ] : uint8ClampedArray.
1463+ 
1464+ </section >
1465+ 
1466+ <!--  /.related --> 
1467+ 
14461468<!--  Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. --> 
14471469
14481470
@@ -1502,8 +1524,28 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
15021524
15031525[ mdn-typed-array ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray 
15041526
1527+ <!--  <related-links> --> 
1528+ 
15051529[ @stdlib/array/buffer ] : https://github.com/stdlib-js/array-buffer 
15061530
1531+ [ @stdlib/array/float64 ] : https://github.com/stdlib-js/array-float64 
1532+ 
1533+ [ @stdlib/array/int16 ] : https://github.com/stdlib-js/array-int16 
1534+ 
1535+ [ @stdlib/array/int32 ] : https://github.com/stdlib-js/array-int32 
1536+ 
1537+ [ @stdlib/array/int8 ] : https://github.com/stdlib-js/array-int8 
1538+ 
1539+ [ @stdlib/array/uint16 ] : https://github.com/stdlib-js/array-uint16 
1540+ 
1541+ [ @stdlib/array/uint32 ] : https://github.com/stdlib-js/array-uint32 
1542+ 
1543+ [ @stdlib/array/uint8 ] : https://github.com/stdlib-js/array-uint8 
1544+ 
1545+ [ @stdlib/array/uint8c ] : https://github.com/stdlib-js/array-uint8c 
1546+ 
1547+ <!--  </related-links> --> 
1548+ 
15071549</section >
15081550
15091551<!--  /.links --> 
0 commit comments