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