pub type TypedArenaMut<T> = TypedArenaGen<T, Mutable>;
Expand description

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