Skip to content

v0.3.0

Compare
Choose a tag to compare
@ZILtoid1991 ZILtoid1991 released this 23 Jul 00:02
· 17 commits to master since this release

Architectural changes:

  • HashMap now gets its nogcIndexing trait automatically from the provided hashFunc, and from now on all hash-based collections.
  • alias less added to HashSet.
  • Workaround is provided for D's issue with opApply functions.
  • LinkedList is rewritten to be better optimized.