Primitive Type i8Unstable
Operations and constants for signed 8-bits integers (i8 type)
Trait Implementations
impl FromStr for i8
impl FromStrRadix for i8
fn from_str_radix(s: &str, radix: uint) -> Option<i8>
impl ToStrRadix for i8
fn to_str_radix(&self, radix: uint) -> String
Convert to a string in a given base.