Skip to content

v0.2.1

Compare
Choose a tag to compare
@ecton ecton released this 29 Nov 22:28
· 6 commits to main since this release
2c9b455

Added

  • Map::get_mut and Map::get_field_mut provide exclusive access to the fields
    that are found.
  • Set::remove_member removes a member by index.
  • Set now implements Debug, Ord, Eq, and Clone.