Hierarchy

  • BigInt64ArrayConstructor

Constructors

Properties

Methods

Constructors

  • Parameters

    • Optional length: number

    Returns BigInt64Array

  • Parameters

    Returns BigInt64Array

  • Parameters

    • buffer: ArrayBufferLike
    • Optional byteOffset: number
    • Optional length: number

    Returns BigInt64Array

Properties

BYTES_PER_ELEMENT: number

The size in bytes of each element in the array.

prototype: BigInt64Array

Methods

  • Creates an array from an array-like or iterable object.

    Parameters

    • arrayLike: ArrayLike<bigint>

      An array-like or iterable object to convert to an array.

    Returns BigInt64Array

  • Type Parameters

    • U

    Parameters

    • arrayLike: ArrayLike<U>
    • mapfn: ((v: U, k: number) => bigint)
        • (v: U, k: number): bigint
        • Parameters

          • v: U
          • k: number

          Returns bigint

    • Optional thisArg: any

    Returns BigInt64Array

  • Returns a new array from a set of elements.

    Parameters

    • Rest ...items: bigint[]

      A set of elements to include in the new array object.

    Returns BigInt64Array

Generated using TypeDoc