Add List.forEach! builtin

This commit is contained in:
Agus Zubiaga 2024-11-09 22:23:19 -03:00
parent 644702a2b3
commit ce568c01c1
No known key found for this signature in database
3 changed files with 20 additions and 10 deletions

View file

@ -1509,7 +1509,7 @@ define_builtins! {
87 LIST_CLONE: "clone"
88 LIST_LEN_USIZE: "lenUsize"
89 LIST_CONCAT_UTF8: "concatUtf8"
90 LIST_WALK_FX: "walk!"
90 LIST_FOR_EACH_FX: "forEach!"
}
7 RESULT: "Result" => {
0 RESULT_RESULT: "Result" exposed_type=true // the Result.Result type alias