Int8Array.some(predicate: () => unknown,thisArg?: any,): boolean
Determines whether the specified callback function returns true for any element of an array.
Int8Array.some(predicate: () => unknown,thisArg?: any,): boolean
Determines whether the specified callback function returns true for any element of an array.