Abstract
If all elements are true in the given array, True is returned.
Function
Method
Property
Signature
- Function
all(arr)
- Method
arr.all()
Returns
- return
- A boolean (True|False).
Arguments
- arr
- One of:
- numerical array
- boolean array
Details
xxx
Examples
Notes
xxx