[][src]Module moore_vhdl::konst2

This module implements constant values for VHDL.

Structs

ConstArena

An arena to allocate constant values into.

FloatingConst

A constant float value.

IntegerConst

A constant integer value.

Enums

AnyConst

A borrowed constant.

ConstError

An error resulting from a function call on a constant.

OwnedConst

An owned constant.

Traits

Const2

An interface for dealing with constants.