mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Add Num.bitwiseNot function
This commit is contained in:
parent
bb6f95de84
commit
402a89237d
70 changed files with 330 additions and 324 deletions
|
@ -1267,6 +1267,7 @@ define_builtins! {
|
|||
161 NUM_E: "e"
|
||||
162 NUM_PI: "pi"
|
||||
163 NUM_TAU: "tau"
|
||||
164 NUM_BITWISE_NOT: "bitwiseNot"
|
||||
}
|
||||
4 BOOL: "Bool" => {
|
||||
0 BOOL_BOOL: "Bool" exposed_type=true // the Bool.Bool type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue