remove list sum and product lowlevel ops

This commit is contained in:
Folkert 2021-03-30 22:55:27 +02:00
parent 5cfc9c1d85
commit e3293f1ba9
4 changed files with 3 additions and 170 deletions

View file

@ -33,8 +33,6 @@ pub enum LowLevel {
ListKeepIf,
ListWalk,
ListWalkBackwards,
ListSum,
ListProduct,
ListKeepOks,
ListKeepErrs,
DictSize,