@@ -228,6 +228,22 @@ for ( i = 0; i < bytes.length; i++ ) {
228228
229229<section class =" related " >
230230
231+ * * *
232+
233+ ## See Also
234+
235+ - [ ` @stdlib/buffer/ctor ` ] [ @stdlib/buffer/ctor ] : buffer.
236+ - [ ` @stdlib/array/float32 ` ] [ @stdlib/array/float32 ] : float32Array.
237+ - [ ` @stdlib/array/float64 ` ] [ @stdlib/array/float64 ] : float64Array.
238+ - [ ` @stdlib/array/int16 ` ] [ @stdlib/array/int16 ] : int16Array.
239+ - [ ` @stdlib/array/int32 ` ] [ @stdlib/array/int32 ] : int32Array.
240+ - [ ` @stdlib/array/int8 ` ] [ @stdlib/array/int8 ] : int8Array.
241+ - [ ` @stdlib/array/shared-buffer ` ] [ @stdlib/array/shared-buffer ] : sharedArrayBuffer.
242+ - [ ` @stdlib/array/uint16 ` ] [ @stdlib/array/uint16 ] : uint16Array.
243+ - [ ` @stdlib/array/uint32 ` ] [ @stdlib/array/uint32 ] : uint32Array.
244+ - [ ` @stdlib/array/uint8 ` ] [ @stdlib/array/uint8 ] : uint8Array.
245+ - [ ` @stdlib/array/uint8c ` ] [ @stdlib/array/uint8c ] : uint8ClampedArray.
246+
231247</section >
232248
233249<!-- /.related -->
@@ -238,6 +254,32 @@ for ( i = 0; i < bytes.length; i++ ) {
238254
239255[ mdn-arraybuffer ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
240256
257+ <!-- <related-links> -->
258+
259+ [ @stdlib/buffer/ctor ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/buffer/ctor
260+
261+ [ @stdlib/array/float32 ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/float32
262+
263+ [ @stdlib/array/float64 ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/float64
264+
265+ [ @stdlib/array/int16 ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/int16
266+
267+ [ @stdlib/array/int32 ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/int32
268+
269+ [ @stdlib/array/int8 ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/int8
270+
271+ [ @stdlib/array/shared-buffer ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/shared-buffer
272+
273+ [ @stdlib/array/uint16 ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/uint16
274+
275+ [ @stdlib/array/uint32 ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/uint32
276+
277+ [ @stdlib/array/uint8 ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/uint8
278+
279+ [ @stdlib/array/uint8c ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/uint8c
280+
281+ <!-- </related-links> -->
282+
241283</section >
242284
243285<!-- /.links -->
0 commit comments