Skip to main content

patch_seq_int_bits

Function patch_seq_int_bits 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_int_bits(stack: Stack) -> Stack
Expand 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