mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
sketch of StrToNum
This commit is contained in:
parent
d37ddeb162
commit
69fc1ad7e7
7 changed files with 60 additions and 0 deletions
|
@ -94,6 +94,7 @@ comptime {
|
|||
inline for (INTEGERS) |T| {
|
||||
num.exportPow(T, ROC_BUILTINS ++ "." ++ NUM ++ ".pow_int.");
|
||||
num.exportDivCeil(T, ROC_BUILTINS ++ "." ++ NUM ++ ".div_ceil.");
|
||||
num.exportParseInt(T, ROC_BUILTINS ++ "." ++ NUM ++ ".to_int.");
|
||||
}
|
||||
|
||||
inline for (FLOATS) |T| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue