Closed adamchalmers closed 1 year ago
Currently Accumulate is only implemented for HashMap<K, V, RandomState>.
This generalizes the Accumulate impl to HashMap<K, V, S: BuildHasher + Default>.
See #356
Currently Accumulate is only implemented for HashMap<K, V, RandomState>.
This generalizes the Accumulate impl to HashMap<K, V, S: BuildHasher + Default>.
See #356