Function libmacchina::extra::ucfirst[][src]

pub fn ucfirst<S: AsRef<str>>(s: S) -> String

Uppercase the first letter of a String or &str.