refactor: rename Sequence method forall to all across core lib, C source, and test files
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ static const char* libSource =
|
||||
" return result\n"
|
||||
" }\n"
|
||||
"\n"
|
||||
" forall(f) {\n"
|
||||
" all(f) {\n"
|
||||
" for (element in this) {\n"
|
||||
" if (!f.call(element)) return false\n"
|
||||
" }\n"
|
||||
|
||||
Reference in New Issue
Block a user