Module std::int::generated

Reexports

pub use cmp::{min, max};

Statics

pub static bits: uint = super::bits  
pub static bytes: uint = ($bits / 8);  
pub static max_value: int =  
pub static min_value: int = (-1 as $T) << (bits - 1);  

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.