Module casper_execution_engine::shared::additive_map
source · [−]Expand description
Support for additive maps that add values to existing items instead of overwriting them.
Structs
An associative container that looks and works like a normal HashMap
except that, instead of
overwriting existing items, it adds the new value to the existing value.