new BigInt64Array(…)
Creates a new BigInt64Array.BigInt64Array.BigInt64Array(length_or_buffer, [byteOffset, [length]])
BigInt64Array.BYTES_PER_ELEMENT
The size in bytes of each element in the array. Fixed at 8.BigInt64Array.BYTES_PER_ELEMENT
BigInt64Array.from()
Creates a new BigInt64Array from an array-like or iterable object.BigInt64Array.from()
BigInt64Array.of()
Creates a new BigInt64Array with a variable number of arguments.BigInt64Array.of()
BigInt64Array.prototype
The prototype of the BigInt64Array constructor.BigInt64Array.prototype