Module big_int

Augmentations for bigints (big integers).

Remarks

Importing this module

This module's augmentations can be applied by using the following import:

import "@neotype/extensions/big_int.js";

Comparing bigints

Bigints implement Eq and Ord.

  • Two bigints are equal if they are strictly equal.
  • Bigints are ordered from least to greatest.

Index

Interfaces

Generated using TypeDoc