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