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