API reference › @evolu/common › BigInt
BigInt arithmetic and comparison utilities.
Functions
| Function | Description |
|---|---|
| clampBigInt | Clamps a bigint within a given range. |
| decrementBigInt | Decrements a bigint by 1. |
| incrementBigInt | Increments a bigint by 1. |
| isBetweenBigInt | Creates a predicate that checks if a BigInt is within a range, inclusive. |