Merge branch 'list-forall' of git://github.com/gsmaverick/wren into gsmaverick-list-forall

This commit is contained in:
Bob Nystrom
2015-01-15 06:52:43 -08:00
6 changed files with 29 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**