method Float16Array.with
#Float16Array.with(index: number,value: number,): Float16Array<ArrayBuffer>
Copies the array and inserts the given number at the provided index.
Parameters #
Return Type #
Float16Array<ArrayBuffer>
A copy of the original array with the inserted value.