Type Definition naga::Block[][src]

type Block = Vec<Statement>;
Expand description

A code block is just a vector of statements.