pub fn is_lower(c: char) -> boolExpand description
Check if the codepoint is lowercase.
Should return the same result as char::is_lowercase.
pub fn is_lower(c: char) -> boolCheck if the codepoint is lowercase.
Should return the same result as char::is_lowercase.