Skip to main content

repeat_string

Function repeat_string 

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