Crate trove[][src]

When a value is put into the Arena, it will stay there for the whole lifetime of the arena, and never move.

Structs

Arena

An arena that can hold values of type T.

ArenaIdx

A reference into the arena that can be used for lookup Also contains a hacky !Send workaround by bundling a PhantomData<Rc<_>>

ArenaRef

An immutable reference into the arena

ArenaRefMut

A mutable reference into the arena