Expand description
Merge strategies applicable to any types
Functions§
- overwrite
- Overwrite
leftwithrightregardless of their values. Setsrightto a Default value. Swap would be faster, if you don’t need default. - overwrite_
default - Overwrite
leftwithrightif the value ofleftis equal to the Default for the type - swap
- Swap
leftandrightregardless of their values