v0.7.0
Changes from v0.6.0:
- Updated dub.json to reflect the new location of this repository
- Improvements and fixes for the README
- Changes that allow
DynamicArray
to be used in@nogc
code in more cases - Removed
DynamicArray
's calls to object destructors. - Allow
~=
on DynamicArray to accept an array, and make the operator return a reference tothis
. - Use the API-frozen stdx-allocator package instead of std.experimental.allocator
- Add
byKey
,byValue
/opSlice
, andbyKeyValue
toHashMap
.