feat(List): start contains function

This commit is contained in:
lrosa007 2020-11-04 21:09:15 -05:00
parent a83639a52a
commit 9269f1d8a7
8 changed files with 177 additions and 4 deletions

View file

@ -13,6 +13,7 @@ pub enum LowLevel {
ListRepeat,
ListReverse,
ListConcat,
ListContains,
ListAppend,
ListPrepend,
ListJoin,