FieldList

Type Alias FieldList 

Source
pub type FieldList = Vec<(Token, Expression)>;
Expand description

An ordered list of Name = Value pairs.

This is usually used as the body of a tuple in the UCG AST.

Aliased Typeยง

pub struct FieldList { /* private fields */ }