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