[][src]Type Definition rhai::INT

type INT = i64;

The system integer type.

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