foldrWithKey package:unordered-containers

Reduce this map by applying a binary operator to all elements, using the given starting value (typically the right-identity of the operator).
Reduce this map by applying a binary operator to all elements, using the given starting value (typically the right-identity of the operator). Each application of the operator is evaluated before using the result in the next application. This function is strict in the starting value.