any#

rbc.stdlib.utility_functions.any(x, *, axis=None, keepdims=False)#

❌ Not implemented

Tests whether any input array element evaluates to True along a specified axis.

Array-API ‘any’ doc