Type Definition moore_vhdl::hir::Choices[][src]

pub type Choices = Vec<Spanned<Choice>>;
Expand description

A list of choices used in aggregates, selected assignments, and case statements.

See IEEE 1076-2008 section 9.3.3.1.