Skip to main content

for_each_set_bit

Function for_each_set_bit 

Source
pub fn for_each_set_bit<F>(bitmap: &[u8; 32], f: F)
where F: FnMut(usize),
Expand description

Iterate set bit positions in ascending order (EVM signer order).