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