• Asserts that a number is within the representable (inclusive) of the integer type with the specified number of bits and signedness.

    MAINTENANCE_TODO: Assert isInteger? Then this function "asserts that a number is representable" by the type.

    Parameters

    • n: number
    • bits: number
    • signed: boolean

    Returns void

Generated using TypeDoc