[][src]Module stir::blocks

Blocks are the building... blocks of a STIR program All types of blocks implement the BasicBlock trait and have a ::new() method for easy initialization

Structs

Boolean

Wrapper struct around a bool

Critical
IfElse

An IfElse block allows you to execute another block based on a given condition

Loop

Traits

BasicBlock