Sign in
android
/
toolchain
/
rustc
/
809ee4ad5082233770316fd4303aafde8eaebcb9
/
.
/
src
/
libcore
/
num
/
u32.rs
blob: 5fd486f5466085c0a2183f410641d4713c225216 [
file
]
//! The 32-bit unsigned integer type.
//!
//! *[See also the `u32` primitive type](../../std/primitive.u32.html).*
#![
stable
(
feature
=
"rust1"
,
since
=
"1.0.0"
)]
uint_module
!
{
u32
}