adds Num.subChecked

This commit is contained in:
Celso Bonutti Filho 2020-12-22 23:27:16 -03:00
parent 5d2abc2bd2
commit fe588c120c
8 changed files with 210 additions and 15 deletions

View file

@ -32,6 +32,7 @@ pub enum LowLevel {
NumAddChecked,
NumSub,
NumSubWrap,
NumSubChecked,
NumMul,
NumGt,
NumGte,