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