Adds forall method on Sequences.
This commit is contained in:
@@ -313,6 +313,10 @@ Removes all items from the list.
|
||||
|
||||
The number of items in the list.
|
||||
|
||||
### **forall(predicate)**
|
||||
|
||||
Tests whether all the elements in the list pass the `predicate`.
|
||||
|
||||
### **insert**(item, index)
|
||||
|
||||
**TODO**
|
||||
|
||||
Reference in New Issue
Block a user