method Float16Array.findIndex
Float16Array.findIndex(predicate: () => boolean,thisArg?: any,): numberReturns the index of the first element in the array where predicate is true, and -1 otherwise.
numberFloat16Array.findIndex(predicate: () => boolean,thisArg?: any,): numberReturns the index of the first element in the array where predicate is true, and -1 otherwise.
number