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