blob: e3a5239d908dc01bce3acaf6586e00f9053f28ca [file] [log] [blame]
//! The pointer-sized unsigned integer type.
//!
//! *[See also the `usize` primitive type](../../std/primitive.usize.html).*
#![stable(feature = "rust1", since = "1.0.0")]
uint_module! { usize }