Skip to content

v0.2.3

Latest
Compare
Choose a tag to compare
@ecton ecton released this 29 Dec 15:59
· 1 commit to main since this release
b4f0830

Added

  • Map::clear()/Set::clear() have been added to clear the contents of the
    collections.
  • Map::shrink_to[_fit]()/Set::shrink_to[_fit]() have been added to allow
    shrinking an existing collection's allocation.