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

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

Uppercase the first letter of a String or &str.