#handle #collection #key #stored #retrieve #items #produces

handlemap

A collection that produces handles that can be used as keys to retrieve the stored items

2 releases

new 0.1.1 Nov 14, 2024
0.1.0 Nov 8, 2024

#897 in Data structures

Download history 88/week @ 2024-11-04 127/week @ 2024-11-11

215 downloads per month

MIT license

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.

No runtime deps