Module hashmap

Source
Expand description

Merge strategies for hash maps.

These strategies are only available if the std feature is enabled.

Functions§

ignore
On conflict, ignore elements from right.
overwrite
On conflict, overwrite elements of left with right.
recurse
On conflict, recursively merge the elements.