add dropFirst builtin

This commit is contained in:
Eric Newbury 2021-11-05 16:12:29 -04:00
parent 0fdd8ac1b4
commit f3a350dd74
4 changed files with 44 additions and 0 deletions

View file

@ -1061,6 +1061,7 @@ define_builtins! {
38 LIST_MAX: "max"
39 LIST_MAX_GT: "#maxGt"
40 LIST_MAP4: "map4"
41 LIST_DROP_FIRST: "dropFirst"
}
5 RESULT: "Result" => {
0 RESULT_RESULT: "Result" imported // the Result.Result type alias