Version 0.12.0
[v0.12.0] - 2022-04-23
Added
into_keys
DHashMap
method that creates a consuming iterator visiting all the keys in arbitrary order;into_values
DHashMap
method that creates a consuming iterator visiting all the values in arbitrary order;Extend
trait implementation forDHashMap
was
expanded (addExtend<&'a (K1, K2, V)>
);
Changed
Updated documentations and examples of some methods and structures (Iter
, Keys
, Values
, Drain
, IntoIter
structures, IntoIterator
trait implementations documentations, etc.)
Removed
Nothing
Fixed
Nothing