Primitive Type char
[-]
[+]
Character manipulation.
For more details, see ::unicode::char (a.k.a. std::char)
Character manipulation.
For more details, see ::unicode::char (a.k.a. std::char)
impl PartialEq for charimpl Eq for charimpl PartialOrd for charfn partial_cmp(&self, other: &char) -> Option<Ordering>fn lt(&self, other: &char) -> boolfn le(&self, other: &char) -> boolfn ge(&self, other: &char) -> boolfn gt(&self, other: &char) -> boolimpl Ord for charimpl Clone for charimpl Default for charimpl Char for charfn is_digit_radix(self, radix: uint) -> boolfn is_digit(self, radix: uint) -> boolfn to_digit(self, radix: uint) -> Option<uint>fn from_digit(num: uint, radix: uint) -> Option<char>fn from_u32(i: u32) -> Option<char>fn escape_unicode(self) -> EscapeUnicodefn escape_default(self) -> EscapeDefaultfn len_utf8_bytes(self) -> uintfn len_utf8(self) -> uintfn len_utf16(self) -> uintfn encode_utf8<'a>(&self, dst: &'a mut [u8]) -> Option<uint>fn encode_utf16(&self, dst: &mut [u16]) -> Option<uint>impl CharEq for charfn matches(&mut self, c: char) -> boolfn only_ascii(&self) -> boolimpl<S: Writer> Hash<S> for charfn hash(&self, state: &mut S)impl Show for char
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, enum,
trait, typedef (or
tdef).