Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BigUint64ArrayConstructor

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    • Optional length: undefined | number

    Returns BigUint64Array

  • Parameters

    Returns BigUint64Array

  • Parameters

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

    Returns BigUint64Array

Properties

BYTES_PER_ELEMENT

BYTES_PER_ELEMENT: number

The size in bytes of each element in the array.

prototype

prototype: BigUint64Array

Methods

from

  • 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 BigUint64Array

  • Type parameters

    • U

    Parameters

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

          • v: U
          • k: number

          Returns bigint

    • Optional thisArg: any

    Returns BigUint64Array

of

  • 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 BigUint64Array

Generated using TypeDoc