mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Branch the dropLast functionality from dropAt, inserting an index gathered by subtracting 1 from the list length
This commit is contained in:
parent
49a832d757
commit
fd83c3b749
4 changed files with 44 additions and 2 deletions
|
@ -42,7 +42,6 @@ pub enum LowLevel {
|
|||
ListSortWith,
|
||||
ListDrop,
|
||||
ListDropAt,
|
||||
ListDropLast,
|
||||
ListSwap,
|
||||
DictSize,
|
||||
DictEmpty,
|
||||
|
@ -130,7 +129,6 @@ macro_rules! first_order {
|
|||
| ListSet
|
||||
| ListDrop
|
||||
| ListDropAt
|
||||
| ListDropLast
|
||||
| ListSingle
|
||||
| ListRepeat
|
||||
| ListReverse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue