Variable

Type Alias Variable 

Source
type Variable = Variable<Column>;

Aliased Type§

struct Variable {
    pub col: Column,
    pub row: CurrOrNext,
}

Fields§

§col: Column

The column of this variable

§row: CurrOrNext

The row (Curr of Next) of this variable