Crate genindex

source ·
Expand description

Generational index library.

Structs§

Traits§

  • An index with generation that can be used as a weak reference to array values. The generation part allows indices to be reused without suffering from ABA problem, so that data can be safely stored in a packed array.