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

Maximum possible value for an OCaml fixnum.