builtin(list): add List.walkFrom, List.walkFromUntil

Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
This commit is contained in:
Prajwal S N 2022-10-17 20:06:56 +05:30
parent 99ad019d75
commit 07224e9086
No known key found for this signature in database
GPG key ID: D0FECEE245BC2695
3 changed files with 64 additions and 10 deletions

View file

@ -1398,6 +1398,8 @@ define_builtins! {
75 LIST_WALK_TRY: "walkTry"
76 LIST_WALK_BACKWARDS_UNTIL: "walkBackwardsUntil"
77 LIST_COUNT_IF: "countIf"
78 LIST_WALK_FROM: "walkFrom"
79 LIST_WALK_FROM_UNTIL: "walkFromUntil"
}
7 RESULT: "Result" => {
0 RESULT_RESULT: "Result" exposed_type=true // the Result.Result type alias