mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
adds List.last
This commit is contained in:
parent
b5dcde267a
commit
51a302957f
6 changed files with 198 additions and 6 deletions
|
@ -841,6 +841,7 @@ define_builtins! {
|
|||
17 LIST_CONTAINS: "contains"
|
||||
18 LIST_SUM: "sum"
|
||||
19 LIST_WALK: "walk"
|
||||
20 LIST_LAST: "last"
|
||||
}
|
||||
5 RESULT: "Result" => {
|
||||
0 RESULT_RESULT: "Result" imported // the Result.Result type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue