Crate triple_arena[][src]

Modules

prelude

Structs

Arena

An arena containing elements (that can be non-Clone) that can be pointed to by TriPtrs. This is a kind of generational arena that allows deletion and inter-arena references (even between Arena<T>s of completely different T).

TriPtr

An Arena Pointer that can distinguish among 3 dimensions: arenas, indexes into an arena, and different generations of elements in the same index.