Files
rust/src/libcore/num/i64.rs

8 lines
182 B
Rust
Raw Normal View History

//! The 64-bit signed integer type.
//!
//! *[See also the `i64` primitive type](../../std/primitive.i64.html).*
2015-01-23 21:48:20 -08:00
#![stable(feature = "rust1", since = "1.0.0")]
int_module! { i64 }