Module collection_arithmetics

Source

Traits§

HasZero
A trait for types which have a zero value.

Functions§

add_maps
Returns a map which contains the sum of the values from the given two maps, for each key.
sub_maps
Returns a map which contains the difference of the values from the given two maps, for each key.