Skip to main content

remove_char

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).