Enum moore_vhdl::hir::ArrayChoice [] [src]

pub enum ArrayChoice {
    Expr(ExprRef),
    DiscreteRange(DiscreteRange),
}

A choice in an array aggregate.

Variants

An expression.

A discrete range.

Trait Implementations

impl Debug for ArrayChoice
[src]

[src]

Formats the value using the given formatter.