mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
cleaning up and adding comments
This commit is contained in:
parent
c0c45f6d39
commit
7e074d300e
5 changed files with 9 additions and 3 deletions
|
@ -1285,6 +1285,7 @@ fn str_trim(symbol: Symbol, var_store: &mut VarStore) -> Def {
|
|||
lowlevel_1(symbol, LowLevel::StrTrim, var_store)
|
||||
}
|
||||
|
||||
/// Str.trimLeft : Str -> Str
|
||||
fn str_trim_left(symbol: Symbol, var_store: &mut VarStore) -> Def {
|
||||
lowlevel_1(symbol, LowLevel::StrTrimLeft, var_store)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue