Expand description
Merge strategies for hash maps.
These strategies are only available if the std feature is enabled.
Functions
- Merge recursively elements only if the key is present in
leftandright. - On conflict, merge elements from
righttoleft. - On conflict, recursively merge the elements.
- On conflict, replace elements of
leftwithright.