builtin(list): implement List.walkBackwardsUntil

Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
This commit is contained in:
Prajwal S N 2022-10-08 14:20:47 +05:30
parent fd42879dc4
commit cbceeff902
No known key found for this signature in database
GPG key ID: D0FECEE245BC2695
3 changed files with 65 additions and 0 deletions

View file

@ -1374,6 +1374,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