pub type Assigns = Vec<(usize, AssignOp)>;
Vector of local variable numbers and AssignOp.
struct Assigns { /* private fields */ }