mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
initial commit of Str.trimLeft
This commit is contained in:
parent
35df58c18f
commit
1bc278d962
13 changed files with 159 additions and 7 deletions
|
@ -125,6 +125,7 @@ comptime {
|
|||
exportStrFn(str.fromUtf8RangeC, "from_utf8_range");
|
||||
exportStrFn(str.repeat, "repeat");
|
||||
exportStrFn(str.strTrim, "trim");
|
||||
exportStrFn(str.strTrimLeft, "trim_left");
|
||||
|
||||
inline for (INTEGERS) |T| {
|
||||
str.exportFromInt(T, ROC_BUILTINS ++ "." ++ STR ++ ".from_int.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue