pub type Inst = Idx<InstData>;
One instruction, in the function that owns it.
pub struct Inst { /* private fields */ }