Merge remote-tracking branch 'origin/str-fromUtf8' into bytes

This commit is contained in:
Folkert 2021-02-21 15:31:49 +01:00
commit 93359b88cb
25 changed files with 911 additions and 82 deletions

View file

@ -11,6 +11,7 @@ pub enum LowLevel {
StrSplit,
StrCountGraphemes,
StrFromInt,
StrFromUtf8,
StrFromFloat,
ListLen,
ListGetUnsafe,