summary refs log tree commit diff
path: root/src/libcore/int-template/i64.rs
blob: c6ed97e8162c68f0953a88952e1f39b735efea51 (plain)
1
2
pub type T = i64;
pub const bits: uint = u64::bits;