Merge pull request #1996 from rtfeldman/add_list_all

adding List.all
This commit is contained in:
Richard Feldman 2021-11-19 17:55:04 -05:00 committed by GitHub
commit 49fd864a2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 168 additions and 10 deletions

View file

@ -1083,6 +1083,7 @@ define_builtins! {
51 LIST_INTERSPERSE_CLOS: "#intersperseClos"
52 LIST_SPLIT: "split"
53 LIST_SPLIT_CLOS: "#splitClos"
54 LIST_ALL: "all"
}
5 RESULT: "Result" => {
0 RESULT_RESULT: "Result" imported // the Result.Result type alias