Module any

Module any 

Source
Expand description

Merge strategies applicable to any types

Functions§

overwrite
Overwrite left with right regardless of their values. Sets right to a Default value. Swap would be faster, if you don’t need default.
overwrite_default
Overwrite left with right if the value of left is equal to the Default for the type
swap
Swap left and right regardless of their values