implement Str.concatUtf8

This commit is contained in:
shua 2024-06-07 02:02:46 +02:00
parent b3c28ebe66
commit 33e8a7a439
No known key found for this signature in database
GPG key ID: 73387DA37055770F
14 changed files with 102 additions and 0 deletions

View file

@ -128,6 +128,7 @@ map_symbol_to_lowlevel_and_arity! {
StrToNum; STR_TO_NUM; 1,
StrWithCapacity; STR_WITH_CAPACITY; 1,
StrReleaseExcessCapacity; STR_RELEASE_EXCESS_CAPACITY; 1,
StrConcatUtf8; STR_CONCAT_UTF8; 2,
ListLenUsize; LIST_LEN_USIZE; 1,
ListLenU64; LIST_LEN_U64; 1,