Rename forall to all.
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ class Sequence {
|
||||
return result
|
||||
}
|
||||
|
||||
forall(f) {
|
||||
all(f) {
|
||||
for (element in this) {
|
||||
if (!f.call(element)) return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user