simplify str_len

This commit is contained in:
Folkert 2020-12-03 16:22:47 +01:00
parent f21af47fc1
commit 3162ab5fc4
5 changed files with 16 additions and 127 deletions

View file

@ -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