cleaning up and adding comments

This commit is contained in:
Michael Downey 2021-11-09 14:37:31 -05:00
parent c0c45f6d39
commit 7e074d300e
5 changed files with 9 additions and 3 deletions

View file

@ -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>,