Add builtin List.walkWithIndexUntil

This commit is contained in:
Bryce Miller 2023-12-11 23:04:40 -05:00
parent f795d0856a
commit 59eb28ef58
No known key found for this signature in database
GPG key ID: F1E97BF8DF152350
4 changed files with 46 additions and 0 deletions

View file

@ -1439,6 +1439,7 @@ define_builtins! {
83 LIST_WALK_WITH_INDEX: "walkWithIndex"
84 LIST_APPEND_IF_OK: "appendIfOk"
85 LIST_PREPEND_IF_OK: "prependIfOk"
86 LIST_WALK_WITH_INDEX_UNTIL: "walkWithIndexUntil"
}
7 RESULT: "Result" => {
0 RESULT_RESULT: "Result" exposed_type=true // the Result.Result type alias