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

type Choices = Vec<Spanned<Choice>>;

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

See IEEE 1076-2008 section 9.3.3.1.