Add List.walkWithIndex

This commit is contained in:
Richard Feldman 2023-08-15 02:16:14 -04:00
parent bac445b39b
commit c3b556ffbc
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
2 changed files with 16 additions and 2 deletions

View file

@ -1431,6 +1431,7 @@ define_builtins! {
80 LIST_ITER_HELP: "iterHelp"
81 LIST_RELEASE_EXCESS_CAPACITY: "releaseExcessCapacity"
82 LIST_UPDATE: "update"
83 LIST_WALK_WITH_INDEX: "walkWithIndex"
}
7 RESULT: "Result" => {
0 RESULT_RESULT: "Result" exposed_type=true // the Result.Result type alias