patch_seq_band

Function patch_seq_band 

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

Bitwise AND

Stack effect: ( a b – a&b )

§Safety

Stack must have two Int values on top