mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
joinWith zig implementation and general string improvements
This commit is contained in:
parent
9d6b33823f
commit
73de5b8132
2 changed files with 118 additions and 80 deletions
|
@ -21,6 +21,7 @@ comptime {
|
|||
exportStrFn(str.startsWith, "starts_with");
|
||||
exportStrFn(str.endsWith, "ends_with");
|
||||
exportStrFn(str.strConcatC, "concat");
|
||||
exportStrFn(str.strJoinWithC, "joinWith");
|
||||
exportStrFn(str.strNumberOfBytes, "number_of_bytes");
|
||||
exportStrFn(str.strFromIntC, "from_int");
|
||||
exportStrFn(str.strEqual, "equal");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue