pub type Statements = Vec<Statement>;
A set of statements.
struct Statements { /* private fields */ }