Skip to main content

repeat_string

Function repeat_string 

Source
fn repeat_string(string: &str, count: i32) -> Result<String, EvalError>