Type Definition ucglib::ast::FieldList[][src]

type FieldList = Vec<(Token, Expression)>;

An ordered list of Name = Value pairs.

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