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

Apply a bitwise operation op to two inputs and return the result as a Bitmap.