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