Add Num.fromBool

This commit is contained in:
Jared Ramirez 2024-12-20 16:00:16 -08:00
parent 1bae24b3ea
commit 7daa008a9a
No known key found for this signature in database
GPG key ID: 41158983F521D68C
93 changed files with 500 additions and 451 deletions

View file

@ -1349,6 +1349,7 @@ define_builtins! {
166 NUM_NAN_F64: "nanF64"
167 NUM_INFINITY_F32: "infinityF32"
168 NUM_INFINITY_F64: "infinityF64"
169 NUM_FROM_BOOL: "fromBool"
}
4 BOOL: "Bool" => {
0 BOOL_BOOL: "Bool" exposed_type=true // the Bool.Bool type alias