TableField

A single field in a table

struct TableField {}

Members

Variables

key
Expr key;

The key component of this field

value
Expr value;

The value component of this field

Meta