Interface Uint32ArrayConstructor
Hierarchy
- Uint32ArrayConstructor
Index
Constructors
Methods
Constructors
constructor
-
Parameters
-
elements: Iterable<number>
Returns Uint32Array
-
Methods
from
-
Parameters
-
arrayLike: Iterable<number>
An array-like or iterable object to convert to an array.
-
Optional mapfn: function
A mapping function to call on every element of the array.
-
-
Parameters
-
v: number
-
k: number
Returns number
-
-
-
-
Optional thisArg: any
Value of 'this' used to invoke the mapfn.
Returns Uint32Array
-
Generated using TypeDoc
Creates an array from an array-like or iterable object.