pub const fn untag_int(val: TaggedValue) -> i64Expand description
Extract an i64 from a tagged integer
Caller must ensure is_tagged_int(val) is true.
pub const fn untag_int(val: TaggedValue) -> i64Extract an i64 from a tagged integer
Caller must ensure is_tagged_int(val) is true.