mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +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
|
@ -259,7 +259,7 @@ pub fn str_trim<'a, 'ctx, 'env>(
|
|||
call_bitcode_fn(env, &[str_i128.into()], bitcode::STR_TRIM)
|
||||
}
|
||||
|
||||
/// Str.trim : Str -> Str
|
||||
/// Str.trimLeft : Str -> Str
|
||||
pub fn str_trim_left<'a, 'ctx, 'env>(
|
||||
env: &Env<'a, 'ctx, 'env>,
|
||||
scope: &Scope<'a, 'ctx>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue