Augmentations for bigints (big integers).
This module's augmentations can be applied by using the following import:
import "@neotype/extensions/big_int.js"; Copy
import "@neotype/extensions/big_int.js";
Bigints implement Eq and Ord.
Eq
Ord
Generated using TypeDoc
Augmentations for bigints (big integers).
Remarks
Importing this module
This module's augmentations can be applied by using the following import:
Comparing bigints
Bigints implement
Eq
andOrd
.