Function ignite::str_util::get_char

source ·
pub fn get_char(string: &String, char_loc: usize) -> char
Expand description

Extract the char at a specific location in a string.