Skip to content

Version 0.6.0

Compare
Choose a tag to compare
@JustForFun88 JustForFun88 released this 10 Apr 16:32
· 23 commits to main since this release

[v0.6.0] - 2022-04-10

Added

  • keys DHashMap method for creation an iterator visiting all keys in arbitrary order;
  • values DHashMap method for creation an iterator visiting all values in arbitrary order;
  • values_mut DHashMap method for creation an iterator visiting all values mutably in arbitrary order.

Changed

Nothign

Removed

Nothign

Fixed

Nothing