Module bool

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.