chore: add Gavin Schulz to AUTHORS and rename forall to all in docs
- Add Gavin Schulz to the AUTHORS file - Rename the `forall(predicate)` method to `all(predicate)` in the core library documentation
This commit is contained in:
@@ -313,7 +313,7 @@ Removes all items from the list.
|
||||
|
||||
The number of items in the list.
|
||||
|
||||
### **forall(predicate)**
|
||||
### **all(predicate)**
|
||||
|
||||
Tests whether all the elements in the list pass the `predicate`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user