pub const fn tag_int(val: i64) -> TaggedValueExpand description
Create a tagged integer from an i64
Note: Only 63 bits of the integer are preserved. Range: -4,611,686,018,427,387,904 to 4,611,686,018,427,387,903
pub const fn tag_int(val: i64) -> TaggedValueCreate a tagged integer from an i64
Note: Only 63 bits of the integer are preserved. Range: -4,611,686,018,427,387,904 to 4,611,686,018,427,387,903