Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BigUint64ArrayConstructor

Index

Properties

Methods

Constructors

Properties

BYTES_PER_ELEMENT: number

The size in bytes of each element in the array.

Methods

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

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

    Parameters

    • arrayLike: <internal>.ArrayLike<bigint>

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

    Returns <internal>.BigUint64Array

  • Type Parameters

    • U

    Parameters

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

          • v: U
          • k: number

          Returns bigint

    • Optional thisArg: any

    Returns <internal>.BigUint64Array

Constructors

Generated using TypeDoc