Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@JustForFun88 JustForFun88 released this 11 Apr 02:14
· 22 commits to main since this release

[v0.7.0] - 2022-04-11

Added

  • contains_key1 DHashMap method that returns true if the map contains a value for the specified primary
    key of type K1;
  • contains_key2 DHashMap method that returns true if the map contains a value for the specified secondary
    key of type K2;
  • contains_keys DHashMap method that returns true if the map contains a value for the specified primary
    key of type K1 and secondary key of type K2 and also they both refer to the same value;

Changed

Nothign

Removed

Nothign

Fixed

Nothing