Function re_sdk::external::arrow2::bitmap::unary

pub fn unary<F>(lhs: &Bitmap, op: F) -> Bitmap
where F: Fn(u64) -> u64,
Expand description

Apply a bitwise operation op to one input and return the result as a Bitmap.