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