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