7 lines
195 B
Rust
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 }
|