• Version of linearRange that operates on bigint values

    linearRange was not made into a generic or to take in (number|bigint), because that introduces a bunch of complexity overhead related to type differentiation

    Parameters

    • a: bigint
    • b: bigint
    • num_steps: number

    Returns bigint[]

Generated using TypeDoc