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