Function padArray

  • Pads an array of bigints to a specified length.

    Parameters

    • array: bigint[]

      The array to be padded.

    • length: number

      The desired length of the array.

    Returns bigint[]

    • The padded array.

Generated using TypeDoc