Enum moore_vhdl::hir::ArrayTypeIndex [] [src]

pub enum ArrayTypeIndex {
    Unbounded(Spanned<TypeMarkRef>),
    Subtype(SubtypeIndRef),
    Range(DirExprRefExprRef),
}

An index of an array type.

Variants

An unbounded array index of the form ... range <>.

A constrained array index of the form of a subtype indication.

A constrained array index of the form ... to/downto ....

Trait Implementations

impl Debug for ArrayTypeIndex
[src]

[src]

Formats the value using the given formatter.