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

type UnitTable = Vec<(Spanned<Name>, BigInt, Option<(BigInt, usize)>)>;

A table of units for a physical type.

The tuple elements are as follows:

  1. The name of the unit.
  2. The unit expressed in multiples of the primary unit.
  3. The unit expressed relative to another unit, as given in the source code.