]> git.lizzy.rs Git - rust.git/blob - src/libcore/num/u32.rs
Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum
[rust.git] / src / libcore / num / u32.rs
1 //! The 32-bit unsigned integer type.
2 //!
3 //! *[See also the `u32` primitive type](../../std/primitive.u32.html).*
4
5 #![stable(feature = "rust1", since = "1.0.0")]
6
7 uint_module! { u32 }