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