mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
simplify str_len
This commit is contained in:
parent
f21af47fc1
commit
3162ab5fc4
5 changed files with 16 additions and 127 deletions
|
@ -20,6 +20,7 @@ comptime {
|
|||
exportStrFn(str.countGraphemeClusters, "count_grapheme_clusters");
|
||||
exportStrFn(str.startsWith, "starts_with");
|
||||
exportStrFn(str.strConcat, "concat");
|
||||
exportStrFn(str.strLen, "len");
|
||||
}
|
||||
|
||||
// Export helpers - Must be run inside a comptime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue