BigUint64ArrayConstructor$Typings extension

on

Properties

bytesPerElement num
The size in bytes of each element in the array.
no setter

Methods

from<U>(List<U> arrayLike, int mapfn(U, num), [dynamic thisArg]) BigUint64Array
Creates an array from an array-like or iterable object.