Function remove_char

Source
pub fn remove_char(str: &mut String, index: usize)
Expand description

Remove a character by given character index (instead of byte position).