Expand description
Thread-local clonable arena allocator
Structsยง
- Arena
- An arena that can hold values of type
T
. - Arena
Idx - A reference into the arena that can be used for lookup
Also contains a hacky !Send workaround by bundling a
PhantomData<Rc<_>>
- Arena
Ref - An immutable reference into the arena
- Arena
RefMut - A mutable reference into the arena