Skip to main content

intersect_masks

Function intersect_masks 

Source
pub(super) fn intersect_masks(
    l: &BooleanBuffer,
    r: &BooleanBuffer,
) -> BooleanBuffer
Expand description

Bitwise AND of two mask-backed selections. Longer side’s tail passes through.