remove low-level List.drop codes

This commit is contained in:
satotake 2021-11-15 11:28:38 +00:00 committed by GitHub
parent 5b64eb6983
commit 8e29daa160
9 changed files with 7 additions and 92 deletions

View file

@ -44,7 +44,6 @@ pub enum LowLevel {
ListKeepErrs,
ListSortWith,
ListSublist,
ListDrop,
ListDropAt,
ListSwap,
ListAny,
@ -136,7 +135,6 @@ macro_rules! first_order {
| ListGetUnsafe
| ListSet
| ListSublist
| ListDrop
| ListDropAt
| ListSingle
| ListRepeat