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

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