Add Num.bitwiseNot function

This commit is contained in:
Kilian Vounckx 2023-06-17 20:08:33 +02:00
parent bb6f95de84
commit 402a89237d
No known key found for this signature in database
GPG key ID: 9E8B0D7D30F20264
70 changed files with 330 additions and 324 deletions

View file

@ -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