Skip to main content

make_int

Function make_int 

Source
pub fn make_int<S: ValueStore>(store: &mut S, raw: i64) -> Value
Expand description

SMI when it fits, boxed integer otherwise; results shrink back to SMI whenever possible.