Skip to main content
Module bool
merge
0.2.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.