Looking at what stdlib does is also insightful:
impl char {
pub fn is_uppercase(self) -> bool;
pub fn is_ascii_uppercase(&self) -> bool;
}
\s
Looking at what stdlib does is also insightful:
impl char {
pub fn is_uppercase(self) -> bool;
pub fn is_ascii_uppercase(&self) -> bool;
}
\s