Function std::char::to_lowercaseDeprecated [-]  [+] [src]

pub fn to_lowercase(c: char) -> char

Convert a char to its lowercase equivalent

The case-folding performed is the common or simple mapping see to_uppercase for references and more information

Return value

Returns the char itself if no conversion if possible