Skip to main content

split_off_mask

Function split_off_mask 

Source
pub(super) fn split_off_mask(
    mask: BooleanBuffer,
    row_count: usize,
) -> (BooleanBuffer, BooleanBuffer)
Expand description

Split a mask into (head, tail) at row_count, preserving an empty mask tail when the split point is past the end.