mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
adding List.sortAsc builtin
This commit is contained in:
parent
c0ea664141
commit
05c01a81f5
4 changed files with 52 additions and 1 deletions
|
@ -1110,6 +1110,7 @@ define_builtins! {
|
|||
52 LIST_ALL: "all"
|
||||
53 LIST_DROP_IF: "dropIf"
|
||||
54 LIST_DROP_IF_PREDICATE: "#dropIfPred"
|
||||
55 LIST_SORT_ASC: "sortAsc"
|
||||
}
|
||||
5 RESULT: "Result" => {
|
||||
0 RESULT_RESULT: "Result" imported // the Result.Result type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue