mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
add fromUtf16 and 32, as well as lossy variants
This commit is contained in:
parent
032f1cc5a4
commit
414fecd14d
17 changed files with 805 additions and 74 deletions
|
@ -119,6 +119,7 @@ map_symbol_to_lowlevel_and_arity! {
|
|||
StrSplitOn; STR_SPLIT_ON; 2,
|
||||
StrCountUtf8Bytes; STR_COUNT_UTF8_BYTES; 1,
|
||||
StrFromUtf8; STR_FROM_UTF8_LOWLEVEL; 1,
|
||||
StrFromUtf8Lossy; STR_FROM_UTF8_LOSSY; 1,
|
||||
StrToUtf8; STR_TO_UTF8; 1,
|
||||
StrRepeat; STR_REPEAT; 2,
|
||||
StrTrim; STR_TRIM; 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue