Function rerun::external::re_chunk_store::external::arrow2::bitmap::unary_assign

pub fn unary_assign<T, F>(bitmap: &mut MutableBitmap, op: F)
where T: BitChunk, F: Fn(T) -> T,
Expand description

Applies a function to every bit of this MutableBitmap in chunks

This function can be for operations like ! to a MutableBitmap.