mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +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
|
@ -18,6 +18,7 @@ pub enum LowLevel {
|
|||
StrRepeat,
|
||||
StrFromFloat,
|
||||
StrTrim,
|
||||
StrTrimLeft,
|
||||
ListLen,
|
||||
ListGetUnsafe,
|
||||
ListSet,
|
||||
|
@ -128,6 +129,7 @@ macro_rules! first_order {
|
|||
| StrToUtf8
|
||||
| StrRepeat
|
||||
| StrTrim
|
||||
| StrTrimLeft
|
||||
| StrFromFloat
|
||||
| ListLen
|
||||
| ListGetUnsafe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue