Skip to main content

last_set_bit_position

Function last_set_bit_position 

Source
fn last_set_bit_position(mask: &BooleanBuffer) -> Option<usize>
Expand description

Position of the highest set bit in mask, scanning bytes from the end.