mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
implement Str.concatUtf8
This commit is contained in:
parent
b3c28ebe66
commit
33e8a7a439
14 changed files with 102 additions and 0 deletions
|
@ -1288,6 +1288,7 @@ pub(crate) fn lowlevel_borrow_signature(op: LowLevel) -> &'static [Ownership] {
|
|||
StrGetUnsafe | ListGetUnsafe => &[BORROWED, IRRELEVANT],
|
||||
ListConcat => &[OWNED, OWNED],
|
||||
StrConcat => &[OWNED, BORROWED],
|
||||
StrConcatUtf8 => &[OWNED, BORROWED],
|
||||
StrSubstringUnsafe => &[OWNED, IRRELEVANT, IRRELEVANT],
|
||||
StrReserve => &[OWNED, IRRELEVANT],
|
||||
StrTrim => &[OWNED],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue