• Parameters

    • param0s: readonly bigint[]

      array of inputs to try for the first param

    • param1s: readonly bigint[]

      array of inputs to try for the second param

    • op: BinaryOp<bigint>

      callback called on each pair of inputs to produce each case

    Returns Case[]

    an array of Cases for operations over a range of inputs

Generated using TypeDoc