Remove takeFirst and takeLast from backend

This commit is contained in:
satotake 2021-11-13 06:03:18 +00:00 committed by GitHub
parent 2e073d57ea
commit 9ec2bc7946
10 changed files with 39 additions and 158 deletions

View file

@ -43,8 +43,6 @@ pub enum LowLevel {
ListKeepOks,
ListKeepErrs,
ListSortWith,
ListTakeFirst,
ListTakeLast,
ListSublist,
ListDrop,
ListDropAt,
@ -137,8 +135,6 @@ macro_rules! first_order {
| ListLen
| ListGetUnsafe
| ListSet
| ListTakeFirst
| ListTakeLast
| ListSublist
| ListDrop
| ListDropAt