merge
0.1.0
Module bool
Module Items
Functions
In crate merge
merge
Module
bool
Copy item path
source
Expand description
Merge strategies for boolean types.
Functions
ยง
overwrite_
false
Overwrite left with right if the value of left is false.
overwrite_
true
Overwrite left with right if the value of left is true.