method Float16Array.findLastIndex
Float16Array.findLastIndex(predicate: () => unknown,thisArg?: any,): numberDeprecated
Returns the index of the last element in the array where predicate is true, and -1 otherwise.
numberFloat16Array.findLastIndex(predicate: () => unknown,thisArg?: any,): numberReturns the index of the last element in the array where predicate is true, and -1 otherwise.
number