Type Definition quad_compat_rhai::INT[][src]

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.