#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_int_bits(stack: Stack) -> StackExpand description
Push the bit width of Int (63).
Stack effect: ( – 63 )
Seq’s Int is a 63-bit signed integer; the low bit of the tagged
stack encoding is the tag, leaving 63 bits for the value.
§Safety
Always safe to call