Merge branch 'str-to-num' of github.com:rtfeldman/roc into str_to_num

This commit is contained in:
Anton-4 2021-12-01 19:43:01 +01:00
commit 2e21fd0cb9
16 changed files with 110 additions and 13 deletions

View file

@ -13,6 +13,7 @@ pub enum LowLevel {
StrEndsWith,
StrSplit,
StrCountGraphemes,
StrToNum,
StrFromInt,
StrFromUtf8,
StrFromUtf8Range,