all#

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

❌ Not implemented

Tests whether all input array elements evaluate to True along a specified axis.

Array-API ‘all’ doc