first steps for init

This commit is contained in:
Folkert 2021-02-09 22:47:38 +01:00
parent 352008e8a0
commit b6ceaab341
5 changed files with 54 additions and 1 deletions

View file

@ -30,6 +30,7 @@ pub enum LowLevel {
ListSum,
DictSize,
DictEmpty,
DictInsert,
NumAdd,
NumAddWrap,
NumAddChecked,