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