#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

0.1.1 Nov 14, 2024
0.1.0 Nov 8, 2024

#1118 in Data structures

42 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