Constant RUBY_FIXNUM_MIN

Source
pub const RUBY_FIXNUM_MIN: i64 = _; // -4_611_686_018_427_387_904i64
Expand description

The minimum possible value that a fixnum can represent, 63 bits of an i64.

ยงC Declaration

/** Minimum possible value that a fixnum can represent. */
#define RUBY_FIXNUM_MIN  (LONG_MIN / 2)