Implement List.takeFirst

This commit is contained in:
satotake 2021-11-08 14:10:53 +00:00 committed by GitHub
parent 978f9e0bc6
commit 878400f95f
13 changed files with 145 additions and 1 deletions

View file

@ -96,6 +96,7 @@ enum FirstOrder {
ListLen,
ListGetUnsafe,
ListSet,
ListTakeFirst,
ListDrop,
ListDropAt,
ListSingle,