Type Definition rhai::INT

source · []
pub type INT = i64;
Expand description

The system integer type. It is defined as i64.

If the only_i32 feature is enabled, this will be i32 instead.