Module core::i32Unstable[src]
Operations and constants for signed 32-bits integers (i32 type)
Primitive Types
| i32 | Operations and constants for signed 32-bits integers ( |
Statics
pub static BITS: uint = 32 |
|
pub static BYTES: uint = ($bits / 8) |
|
pub static MAX: i32 = !MIN |
|
pub static MIN: i32 = (-1 as $T) << (BITS - 1) |