Uint32Array.subarray(begin?: number,end?: number,): Uint32Array
Gets a new Uint32Array view of the ArrayBuffer store for this array, referencing the elements at begin, inclusive, up to end, exclusive.
Uint32Array.subarray(begin?: number,end?: number,): Uint32Array
Gets a new Uint32Array view of the ArrayBuffer store for this array, referencing the elements at begin, inclusive, up to end, exclusive.