This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
16f72df704
rust
/
src
/
libcore
/
int-template
/
i32.rs
3 lines
52 B
Rust
Raw
Normal View
History
Unescape
Escape
Finish de-exporting int-template and the int modules.
2012-09-28 12:03:54 -07:00
pub
type
T
=
i32
;
pub
const
bits
:
uint
=
u32
::
bits
;
Copy permalink