Module core::i8Unstable[src]

Operations and constants for signed 8-bits integers (i8 type)

Primitive Types

i8

Operations and constants for signed 8-bits integers (i8 type)

Statics

pub static BITS: uint = 8  
pub static BYTES: uint = ($bits / 8)  
pub static MAX: i8 = !MIN  
pub static MIN: i8 = (-1 as $T) << (BITS - 1)