mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Adds castToNat
This commit is contained in:
parent
7068da7144
commit
92da003fba
8 changed files with 23 additions and 2 deletions
|
@ -81,6 +81,7 @@ comptime {
|
|||
exportNumFn(num.asin, "asin");
|
||||
exportNumFn(num.bytesToU16C, "bytes_to_u16");
|
||||
exportNumFn(num.bytesToU32C, "bytes_to_u32");
|
||||
exportNumFn(num.castToNat, "cast_to_nat");
|
||||
exportNumFn(num.round, "round");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue