Function take_bitmap_unchecked

Source
pub unsafe fn take_bitmap_unchecked(
    values: &Bitmap,
    indices: &[IdxSize],
) -> Bitmap
Expand description

§Safety

Doesn’t do any bound checks.