Function std::char::is_alphabetic[src]
pub fn is_alphabetic(c: char) -> bool
Returns whether the specified char is considered a Unicode alphabetic
code point
pub fn is_alphabetic(c: char) -> bool
Returns whether the specified char is considered a Unicode alphabetic
code point
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).