Struct moore_vhdl::score::Arenas [] [src]

pub struct Arenas {
    pub hir: Arenas,
    pub defs: Arena<Defs>,
    pub archs: Arena<ArchTable>,
    pub scope: Arena<Scope>,
    pub ty: Arena<Ty>,
    pub konst: Arena<Const>,
}

A collection of arenas that the scoreboard uses to allocate its nodes.

Fields

Methods

impl Arenas
[src]

[src]

Create a new set of arenas.