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