pub type TypedArena<T> = TypedArenaGen<T, Shared>;
Expand description

An arena that can hold objects of only one type, allocations return shared references, and can iterate behind a shared reference

Trait Implementations§

source§

impl<T: Debug> Debug for TypedArena<T>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more