mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
TODO: Actually implement the functions
This commit is contained in:
parent
9dad304e95
commit
22e781259d
10 changed files with 84 additions and 10 deletions
|
@ -80,6 +80,7 @@ comptime {
|
|||
exportNumFn(num.acos, "acos");
|
||||
exportNumFn(num.asin, "asin");
|
||||
exportNumFn(num.bytesToU16C, "bytes_to_u16");
|
||||
exportNumFn(num.bytesToU32C, "bytes_to_u32");
|
||||
}
|
||||
|
||||
// Str Module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue