Skip to main content

first_char

Function first_char 

Source
pub fn first_char(s: &str) -> &str
Expand description

Get the first character of a string, or an empty string if empty.