Module core::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 = 64  
pub static BYTES: uint = ($bits / 8)  
pub static MAX: int = !MIN  
pub static MIN: int = (-1 as $T) << (BITS - 1)