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