Module std::i32Unstable[src]

Operations and constants for signed 32-bits integers (i32 type)

Primitive Types

i32

Operations and constants for signed 32-bits integers (i32 type)

Statics

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