pub const MIN_FIXNUM: Intnat = -(1 << (8 * core::mem::size_of::<Intnat>() - 2)); // -4_611_686_018_427_387_904isize
Expand description

Minimum possible value for an OCaml fixnum.