refactor: rename Sequence method forall to all across core lib, C source, and test files
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