Adds forall method on Sequences.

This commit is contained in:
Gavin Schulz
2015-01-13 23:47:01 -08:00
parent 73b041a78a
commit 7716ad6263
4 changed files with 27 additions and 0 deletions
+4
View File
@@ -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**