LangVal<T extends LangType> constructor

const LangVal<T extends LangType>(
  1. String regName,
  2. T type
)

Constructs a language value with the specified register name and type.

Implementation

const LangVal(this.regName, this.type);