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