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