mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
define Str.concat in zig
This commit is contained in:
parent
1589e688b3
commit
1a71b8bac7
3 changed files with 140 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ comptime {
|
|||
exportStrFn(str.countSegments, "count_segments");
|
||||
exportStrFn(str.countGraphemeClusters, "count_grapheme_clusters");
|
||||
exportStrFn(str.startsWith, "starts_with");
|
||||
exportStrFn(str.strConcat, "concat");
|
||||
}
|
||||
|
||||
// Export helpers - Must be run inside a comptime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue