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

Maximum possible value for an OCaml fixnum.