Add List.mapTry

This commit is contained in:
Richard Feldman 2022-07-17 17:45:50 -04:00
parent 31f7d72ce0
commit 08ead32be9
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798
2 changed files with 28 additions and 0 deletions

View file

@ -1290,6 +1290,7 @@ define_builtins! {
66 LIST_APPEND_UNSAFE: "appendUnsafe"
67 LIST_SUBLIST_LOWLEVEL: "sublistLowlevel"
68 LIST_CAPACITY: "capacity"
69 LIST_MAP_TRY: "mapTry"
}
7 RESULT: "Result" => {
0 RESULT_RESULT: "Result" // the Result.Result type alias