Optional
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.
Creates an array from an array-like or iterable object.
An array-like or iterable object to convert to an array.
A mapping function to call on every element of the array.
Optional
thisArg: anyValue of 'this' used to invoke the mapfn.
Creates an array from an array-like or iterable object.
An array-like or iterable object to convert to an array.
Optional
mapfn: ((v, k) => number)A mapping function to call on every element of the array.
Optional
thisArg: anyValue of 'this' used to invoke the mapfn.
The size in bytes of each element in the array.