method Float16Array.findLastIndex
          
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