Constant ocaml_sys::MIN_FIXNUM [−][src]
pub const MIN_FIXNUM: Intnat = -(1 << (8 * core::mem::size_of::<Intnat>() - 2)); // -1_073_741_824isize
Minimum possible value for an OCaml fixnum.
pub const MIN_FIXNUM: Intnat = -(1 << (8 * core::mem::size_of::<Intnat>() - 2)); // -1_073_741_824isize
Minimum possible value for an OCaml fixnum.