Abstract
If any elements are true in the given array, True is returned.
Function
Method
Property
Signature
- Function
any(arr)
- Method
arr.any()
Returns
- return
True if any element in the array is true.
Arguments
- arr
- input array
Details
xxx
Examples
Notes
xxx