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