Add List.forEachTry! builtin

This commit is contained in:
Agus Zubiaga 2024-11-09 23:13:49 -03:00
parent ce568c01c1
commit 6d0cec253d
No known key found for this signature in database
4 changed files with 80 additions and 6 deletions

View file

@ -1510,6 +1510,7 @@ define_builtins! {
88 LIST_LEN_USIZE: "lenUsize"
89 LIST_CONCAT_UTF8: "concatUtf8"
90 LIST_FOR_EACH_FX: "forEach!"
91 LIST_FOR_EACH_TRY_FX: "forEachTry!"
}
7 RESULT: "Result" => {
0 RESULT_RESULT: "Result" exposed_type=true // the Result.Result type alias