mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
simplify string splitting LLVM codegen
This commit is contained in:
parent
2455819362
commit
52605fcca9
5 changed files with 19 additions and 66 deletions
|
@ -143,7 +143,6 @@ comptime {
|
|||
exportStrFn(str.init, "init");
|
||||
exportStrFn(str.strToScalarsC, "to_scalars");
|
||||
exportStrFn(str.strSplit, "str_split");
|
||||
exportStrFn(str.strSplitInPlaceC, "str_split_in_place");
|
||||
exportStrFn(str.countSegments, "count_segments");
|
||||
exportStrFn(str.countGraphemeClusters, "count_grapheme_clusters");
|
||||
exportStrFn(str.countUtf8Bytes, "count_utf8_bytes");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue