API Reference / @evolu/common / BigInt
BigInt
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. |