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
Uint8Array
Uint8Array
implementsEq
andOrd
.Uint8Array
are equal when they are the same length and their respective elements are strictly equal.Uint8Array
are compared lexicographically from left to right, and thier elements are ordered from least to greatest.Combining
Uint8Array
as a semigroupUint8Array
implementsSemigroup
. When combined,Uint8Array
are concatenated from left to right.