FIXABLE

Function FIXABLE 

Source
pub fn FIXABLE(val: c_long) -> bool
Expand description

Check if long value can be represented as Fixnum (akin to FIXABLE).

Returns true if the value fits within the Fixnum range.