Branch the dropLast functionality from dropAt, inserting an index gathered by subtracting 1 from the list length

This commit is contained in:
Chelsea Troy 2021-10-23 00:17:08 -05:00
parent 49a832d757
commit fd83c3b749
No known key found for this signature in database
GPG key ID: A631885A970636C2
4 changed files with 44 additions and 2 deletions

View file

@ -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