Uint8ClampedArray.find(predicate: () => boolean,thisArg?: any,): number | undefined
Returns the value of the first element in the array where predicate is true, and undefined otherwise.
Uint8ClampedArray.find(predicate: () => boolean,thisArg?: any,): number | undefined
Returns the value of the first element in the array where predicate is true, and undefined otherwise.