mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +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
|
@ -1018,6 +1018,7 @@ define_builtins! {
|
|||
18 STR_FROM_UTF8_RANGE: "fromUtf8Range"
|
||||
19 STR_REPEAT: "repeat"
|
||||
20 STR_TRIM: "trim"
|
||||
21 STR_TRIM_LEFT: "trimLeft"
|
||||
}
|
||||
4 LIST: "List" => {
|
||||
0 LIST_LIST: "List" imported // the List.List type alias
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue