Function merge::bool::overwrite_true

source ยท
pub fn overwrite_true(left: &mut bool, right: bool)
Expand description

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