Skip to content

Releases: yah01/indexmap

v1.0.0

09 Jun 10:26
Compare
Choose a tag to compare

IndexMap

This is the first stable version of IndexMap, all exported methods are covered by the unit tests.

Features

  • Add index for IndexMap, and supports incremental building index
  • Get/Remove values by index
  • Update values in place
  • Iterate IndexMap