Optional
length: numberOptional
byteOffset: numberOptional
length: numberReadonly
BYTES_Readonly
prototypeCreates an array from an array-like or iterable object.
An array-like or iterable object to convert to an array.
Optional
thisArg: anyReturns a new array from a set of elements.
Rest
...items: bigint[]A set of elements to include in the new array object.
Generated using TypeDoc
The size in bytes of each element in the array.