1
Fork 0
rust/src/libcore/int-template/i32.rs

3 lines
52 B
Rust
Raw Normal View History

pub type T = i32;
pub const bits: uint = u32::bits;