]> git.lizzy.rs Git - rust.git/blob - src/libcore/num/usize.rs
Rollup merge of #69340 - Centril:self-ctor-normalize, r=nikomatsakis
[rust.git] / src / libcore / num / usize.rs
1 //! The pointer-sized unsigned integer type.
2 //!
3 //! *[See also the `usize` primitive type](../../std/primitive.usize.html).*
4
5 #![stable(feature = "rust1", since = "1.0.0")]
6
7 uint_module! { usize }