Function right

Source
fn right<'a>(string: &'a str, n: i32) -> Result<&'a str, EvalError>