mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
implement Str.concatUtf8
This commit is contained in:
parent
b3c28ebe66
commit
33e8a7a439
14 changed files with 102 additions and 0 deletions
|
@ -1440,6 +1440,7 @@ define_builtins! {
|
|||
46 STR_REPLACE_FIRST: "replaceFirst"
|
||||
47 STR_REPLACE_LAST: "replaceLast"
|
||||
48 STR_RELEASE_EXCESS_CAPACITY: "releaseExcessCapacity"
|
||||
49 STR_CONCAT_UTF8: "concatUtf8"
|
||||
}
|
||||
6 LIST: "List" => {
|
||||
0 LIST_LIST: "List" exposed_apply_type=true // the List.List type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue