mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-16 20:28:04 +01:00
1
AUTHORS
1
AUTHORS
@ -6,3 +6,4 @@ Robert Nystrom <robert@stuffwithstuff.com>
|
||||
Kyle Marek-Spartz <kyle.marek.spartz@gmail.com>
|
||||
Paul Woolcock <paul@woolcock.us>
|
||||
Evan Shaw <edsrzf@gmail.com>
|
||||
Gavin Schulz <gavin.schulz@gmail.com>
|
||||
|
||||
@ -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