WebPlatformFloat16Array.withmethod Float16Array.with#Float16Array.with(index: number,value: number,): Float16ArrayCopies the array and inserts the given number at the provided index. Parameters ##index: numberThe index of the value to overwrite. If the index is negative, then it replaces from the end of the array. #value: numberThe value to insert into the copied array. Return Type #Float16ArrayA copy of the original array with the inserted value.
method Float16Array.with#Float16Array.with(index: number,value: number,): Float16ArrayCopies the array and inserts the given number at the provided index. Parameters ##index: numberThe index of the value to overwrite. If the index is negative, then it replaces from the end of the array. #value: numberThe value to insert into the copied array. Return Type #Float16ArrayA copy of the original array with the inserted value.