Merge pull request #4249 from snprajwal/list-walkBckwardsUntil

builtin(list): implement List.walkBackwardsUntil
This commit is contained in:
Richard Feldman 2022-10-08 23:47:29 -07:00 committed by GitHub
commit 8b3d73dfbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 65 additions and 0 deletions

View file

@ -1375,6 +1375,7 @@ define_builtins! {
73 LIST_CAPACITY: "capacity"
74 LIST_MAP_TRY: "mapTry"
75 LIST_WALK_TRY: "walkTry"
76 LIST_WALK_BACKWARDS_UNTIL: "walkBackwardsUntil"
}
7 RESULT: "Result" => {
0 RESULT_RESULT: "Result" exposed_type=true // the Result.Result type alias