patch_seq_shl

Function patch_seq_shl 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_shl(stack: Stack) -> Stack
Expand description

Shift left

Stack effect: ( value count – result ) Shifts value left by count bits. Negative count or count >= 64 returns 0.

§Safety

Stack must have two Int values on top