Skip to main content

offset_mask

Function offset_mask 

Source
pub(super) fn offset_mask(
    mask: BooleanBuffer,
    offset: usize,
    popcount: usize,
) -> BooleanBuffer
Expand description

Skips the first offset selected rows of a mask-backed selection. popcount is the caller’s (possibly cached) set-bit count of mask.