Skip to main content

FieldList

Type Alias FieldList 

Source
pub type FieldList = Vec<(Token, Option<Expression>, 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 */ }