pub fn unary<F>(lhs: &Bitmap, op: F) -> Bitmapwhere F: Fn(u64) -> u64,
Apply a bitwise operation op to one input and return the result as a Bitmap.
op
Bitmap