pub fn binary_fold_mut<B, F, R>(
lhs: &MutableBitmap,
rhs: &MutableBitmap,
op: F,
init: B,
fold: R,
) -> B
Expand description
Apply a bitwise operation op
to two inputs and fold the result.
pub fn binary_fold_mut<B, F, R>(
lhs: &MutableBitmap,
rhs: &MutableBitmap,
op: F,
init: B,
fold: R,
) -> B
Apply a bitwise operation op
to two inputs and fold the result.