mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Implement List.takeLast
This commit is contained in:
parent
35df58c18f
commit
772fc9c021
13 changed files with 142 additions and 1 deletions
|
@ -43,6 +43,7 @@ pub enum LowLevel {
|
|||
ListKeepErrs,
|
||||
ListSortWith,
|
||||
ListTakeFirst,
|
||||
ListTakeLast,
|
||||
ListDrop,
|
||||
ListDropAt,
|
||||
ListSwap,
|
||||
|
@ -133,6 +134,7 @@ macro_rules! first_order {
|
|||
| ListGetUnsafe
|
||||
| ListSet
|
||||
| ListTakeFirst
|
||||
| ListTakeLast
|
||||
| ListDrop
|
||||
| ListDropAt
|
||||
| ListSingle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue