add Str.fromInt

This commit is contained in:
Folkert 2020-12-03 23:44:27 +01:00
parent 82e87d04e3
commit 4b0b5126a1
13 changed files with 124 additions and 4 deletions

View file

@ -9,6 +9,7 @@ pub enum LowLevel {
StrEndsWith,
StrSplit,
StrCountGraphemes,
StrFromInt,
ListLen,
ListGetUnsafe,
ListSet,