mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
adds Num.bitwiseAnd
This commit is contained in:
parent
afd3991bc9
commit
0a24f3b4b4
9 changed files with 54 additions and 1 deletions
|
@ -54,6 +54,7 @@ pub enum LowLevel {
|
|||
NumAtan,
|
||||
NumAcos,
|
||||
NumAsin,
|
||||
NumBitwiseAnd,
|
||||
Eq,
|
||||
NotEq,
|
||||
And,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue