Module pomelo_hir::arena

source ·
Expand description

Basic index-based arena for holding HIR nodes.

This is basically just a copy of some of the la_arena crate used in rust-analyzer.

Structs

Basically a Vec.
An index into an Arena.