LookupTable

Type Alias LookupTable 

Source
pub(crate) type LookupTable<F> = LogupTable<F, LookupTableIDs>;
Expand description

The lookup table struct based on LogupTable for the VM table IDs

Aliased Type§

pub(crate) struct LookupTable<F> {
    pub table_id: LookupTableIDs,
    pub entries: Vec<Vec<F>>,
}

Fields§

§table_id: LookupTableIDs

Table ID corresponding to this table

§entries: Vec<Vec<F>>

Vector of values inside each entry of the table