Version 0.7.0
[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 typeK1
;contains_key2
DHashMap
method that returns true if the map contains a value for the specified secondary
key of typeK2
;contains_keys
DHashMap
method that returns true if the map contains a value for the specified primary
key of typeK1
and secondary key of typeK2
and also they both refer to the same value;
Changed
Nothign
Removed
Nothign
Fixed
Nothing