method Float16Array.with
Private
Float16Array.with(index: number,value: number,): Float16Array
Copies the array and inserts the given number at the provided index.
A copy of the original array with the inserted value.
Float16Array.with(index: number,value: number,): Float16Array
Copies the array and inserts the given number at the provided index.
A copy of the original array with the inserted value.