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

Minimum possible value for an OCaml fixnum.