Module auto_diff::collection::generational_index
source · [−]Expand description
A generational index implementation. A generational index is a map-a-like container, which invalidate index/key when the item is removed, even the container itself don’t have the access to that index/key.
Structs
A simple generational index implementation. The data is stored in a read-only manner, Use RefCell to get mutability. Not secure, no index validity check.
GenKey index used for generational index.