Function overwrite_false

Source
pub fn overwrite_false(left: &mut bool, right: bool)
Expand description

Overwrite left with right if the value of left is false.