Releases: ZILtoid1991/collections-d
v0.5.1
v0.5.0
Added extra functions to SortedList
, which allows it to be used as an ordered associative array, also fixed issues with the arrayOf
function.
v0.4.7
Fixed an undetected bug related to TreeMap.foreach_reverse
.
v0.4.6
Fixed an attribute hell issue
v0.4.5
Added in
operator to many collection.
Added has
function to maps.
v0.4.4
There was a missing end--;
decrement, which caused crashes when foreaching on linked lists that have an element removed.
v0.4.3
Fixed a bug related to removing elements from linked sets. Now every element removal will decrease nOfElements
, which was missing from previous versions.
v0.4.2
The remove
function was missing in LinkedHashSet.
It's still missing if you enable hash duplicates, but that's currently lower priority for me.
v0.4.1
- Made
defaultHash
anddefaultHash128
work without heap allocation by casting strings toconst(ubyte)[]
v0.4.0
Added some more unit tests for LinkedHashMap to ensure stability.
(actual release, previously I forgot to push to Git :( )