2 releases
new 0.1.1 | Nov 14, 2024 |
---|---|
0.1.0 | Nov 8, 2024 |
#897 in Data structures
215 downloads per month
22KB
538 lines
handlemap
A collection that produces handles that can be used as keys to retrieve the stored items.
When an item is inserted, it returns a handle to its location. That handle will always be valid for as long as the item is in the collection.