pentf
    Preparing search index...

    Function assertLessEqual

    • Assert x <= y.

      Parameters

      • x: number | bigint

        The ostensibly smaller or equal value.

      • y: number | bigint

        The ostensibly larger or equal value.

      • message: string | null = undefined

        Optional error message if the assertion does not hold.

      Returns void