added List.keep_if_try! (#7804)

* added keep_if_try!

* cleanup types

* cleanup var name
This commit is contained in:
Anton-4 2025-05-21 21:12:24 +02:00 committed by GitHub
parent e1f4ac1a96
commit c93e27ca9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
48 changed files with 1479 additions and 1382 deletions

View file

@ -1532,6 +1532,7 @@ define_builtins! {
94 LIST_SPLIT_ON_LIST: "split_on_list"
95 LIST_WALK_TRY_FX: "walk_try!"
96 LIST_MAP_TRY_FX: "map_try!"
97 LIST_KEEP_IF_TRY_FX: "keep_if_try!"
}
7 RESULT: "Result" => {
0 RESULT_RESULT: "Result" exposed_type=true // the Result.Result type alias