adds Num.bitwiseAnd

This commit is contained in:
Celso Bonutti Filho 2020-12-20 19:55:10 -03:00
parent afd3991bc9
commit 0a24f3b4b4
9 changed files with 54 additions and 1 deletions

View file

@ -54,6 +54,7 @@ pub enum LowLevel {
NumAtan,
NumAcos,
NumAsin,
NumBitwiseAnd,
Eq,
NotEq,
And,