A fast but limited type of allocator for allocating many objects of the same type.
# Cargo.toml
[dependencies]
typed-arena = "2.0.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Allocates integers in an arena and uses them.
Use for long-lived or pooled allocations; avoid for short-lived objects.
No dependency data recorded yet.