rust/src/libcore/num/isize.rs
2018-12-25 21:08:33 -07:00

7 lines
195 B
Rust

//! The pointer-sized signed integer type.
//!
//! *[See also the `isize` primitive type](../../std/primitive.isize.html).*
#![stable(feature = "rust1", since = "1.0.0")]
int_module! { isize }