Implement List.joinMap

Closes #1887
This commit is contained in:
ayazhafiz 2021-11-07 11:08:20 -05:00
parent 44a2cd9468
commit 0d2ed76334
4 changed files with 125 additions and 0 deletions

View file

@ -1062,6 +1062,8 @@ define_builtins! {
39 LIST_MAX_GT: "#maxGt"
40 LIST_MAP4: "map4"
41 LIST_DROP_FIRST: "dropFirst"
42 LIST_JOIN_MAP: "joinMap"
43 LIST_JOIN_MAP_CONCAT: "#joinMapConcat"
}
5 RESULT: "Result" => {
0 RESULT_RESULT: "Result" imported // the Result.Result type alias