method Float16Array.forEach
Performs the specified action for each element in an array.
callbackfn: (value: number, index: number, array: Float16Array) => void
A function that accepts up to three arguments. forEach calls the callbackfn function one time for each element in the array.