Module std::intUnstable[src]

Operations and constants for architecture-sized signed integers (int type)

Primitive Types

int

Operations and constants for architecture-sized signed integers (int type)

Statics

pub static BITS: uint = [definition]  
pub static BYTES: uint = [definition]  
pub static MAX: int = [definition]  
pub static MIN: int = [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.