mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
implement Str.concatUtf8
This commit is contained in:
parent
b3c28ebe66
commit
33e8a7a439
14 changed files with 102 additions and 0 deletions
|
@ -258,6 +258,7 @@ impl<'a> LowLevelCall<'a> {
|
|||
self.load_args_and_call_zig(backend, bitcode::STR_SUBSTRING_UNSAFE)
|
||||
}
|
||||
StrWithCapacity => self.load_args_and_call_zig(backend, bitcode::STR_WITH_CAPACITY),
|
||||
StrConcatUtf8 => self.load_args_and_call_zig(backend, bitcode::STR_CONCAT_UTF8),
|
||||
|
||||
// List
|
||||
ListLenU64 => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue