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