patch_seq_popcount

Function patch_seq_popcount 

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

Population count (count number of 1 bits)

Stack effect: ( n – count )

§Safety

Stack must have one Int value on top