[][src]Type Definition rhai::INT

type INT = i64;

The system integer type. It is defined as i64.

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