Type Definition rhai::INT[][src]

pub type INT = i64;
Expand description

The system integer type.

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