This commit is contained in:
Folkert 2021-02-13 16:12:45 +01:00
parent cba729a933
commit ac5eb0f6f6
10 changed files with 296 additions and 2 deletions

View file

@ -33,6 +33,7 @@ pub enum LowLevel {
DictInsert,
DictRemove,
DictContains,
DictGetUnsafe,
NumAdd,
NumAddWrap,
NumAddChecked,