Module std::uintUnstable[src]

Operations and constants for architecture-sized unsigned integers (uint type)

Primitive Types

uint

Operations and constants for architecture-sized unsigned integers (uint type)

Statics

pub static BITS: uint = [definition]  
pub static BYTES: uint = [definition]  
pub static MAX: uint = [definition]  
pub static MIN: uint = [definition]  

Functions

parse_bytes

Parse a byte slice as a number in the given base

to_str_bytes

Convert to a string as a byte slice in a given base.