untag_int

Function untag_int 

Source
pub const fn untag_int(val: u64) -> i64
Expand description

Extract an i64 from a tagged integer

Caller must ensure is_tagged_int(val) is true.