pub fn ternary<F>(a1: &Bitmap, a2: &Bitmap, a3: &Bitmap, op: F) -> Bitmap where
    F: Fn(u64, u64, u64) -> u64
Expand description

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