Augmentations for Uint8Array.
Uint8Array
This module's augmentations can be applied by using the following import:
import "@neotype/extensions/uint8_array.js"; Copy
import "@neotype/extensions/uint8_array.js";
Uint8Array implements Eq and Ord.
Eq
Ord
Uint8Array implements Semigroup. When combined, Uint8Array are concatenated from left to right.
Semigroup
Generated using TypeDoc
Augmentations for
Uint8Array.Remarks
Importing this module
This module's augmentations can be applied by using the following import:
Comparing
Uint8ArrayUint8ArrayimplementsEqandOrd.Uint8Arrayare equal when they are the same length and their respective elements are strictly equal.Uint8Arrayare compared lexicographically from left to right, and thier elements are ordered from least to greatest.Combining
Uint8Arrayas a semigroupUint8ArrayimplementsSemigroup. When combined,Uint8Arrayare concatenated from left to right.