[][src]Type Definition naga::Block

type Block = Vec<Statement>;
[]

A code block is just a vector of statements.