trying to make Str.toNum work for Ints

This commit is contained in:
Anton-4 2021-12-01 20:37:21 +01:00
parent 2e21fd0cb9
commit e63701c5d1
6 changed files with 6 additions and 15 deletions

View file

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