mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
PR: rename to List.concatUtf8
This commit is contained in:
parent
33e8a7a439
commit
f7bec802c0
18 changed files with 81 additions and 89 deletions
|
@ -1539,7 +1539,7 @@ fn low_level_no_rc(lowlevel: &LowLevel) -> RC {
|
|||
StrGetUnsafe | ListGetUnsafe => RC::NoRc,
|
||||
ListConcat => RC::Rc,
|
||||
StrConcat => RC::Rc,
|
||||
StrConcatUtf8 => RC::Rc,
|
||||
ListConcatUtf8 => RC::Rc,
|
||||
StrSubstringUnsafe => RC::Rc,
|
||||
StrReserve => RC::Rc,
|
||||
StrTrim => RC::Rc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue