O(n). Fold the keys and values in the map using the given
right-associative binary operator, such that foldrWithKey f
z == foldr (uncurry f) z . toAscList.
For example,
O(n). Fold the keys and values in the map using the given
right-associative binary operator, such that foldrWithKey f
z == foldr (uncurry f) z . toAscList.
For example,
O(n). A strict version of foldrWithKey. Each application
of the operator is evaluated before using the result in the next
application. This function is strict in the starting value.
O(n). A strict version of foldrWithKey. Each application
of the operator is evaluated before using the result in the next
application. This function is strict in the starting value.