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 char
impl Eq for char
impl PartialOrd for char
fn partial_cmp(&self, other: &char) -> Option<Ordering>
fn lt(&self, other: &char) -> bool
fn le(&self, other: &char) -> bool
fn ge(&self, other: &char) -> bool
fn gt(&self, other: &char) -> bool
impl Ord for char
impl Clone for char
impl Default for char
impl Char for char
fn is_digit_radix(self, radix: uint) -> bool
fn is_digit(self, radix: uint) -> bool
fn 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) -> EscapeUnicode
fn escape_default(self) -> EscapeDefault
fn len_utf8_bytes(self) -> uint
fn len_utf8(self) -> uint
fn len_utf16(self) -> uint
fn encode_utf8<'a>(&self, dst: &'a mut [u8]) -> Option<uint>
fn encode_utf16(&self, dst: &mut [u16]) -> Option<uint>
impl CharEq for char
fn matches(&mut self, c: char) -> bool
fn only_ascii(&self) -> bool
impl<S: Writer> Hash<S> for char
fn 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
).