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