Sign in
rust
/
rust
/
8eb7c58dbb7b32701af113bc58722d0d1fefb1eb
/
.
/
src
/
libcore
/
num
/
usize.rs
blob: e3a5239d908dc01bce3acaf6586e00f9053f28ca [
file
]
//! 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
}