Module cl_arena::typed_arena

source ·
Expand description

A TypedArena can hold many instances of a single type, and will properly Drop them.

Structs§

  • A TypedArena can hold many instances of a single type, and will properly Drop them when it falls out of scope.