Type Definition cranelift_codegen::flowgraph::SuccIter[][src]

pub type SuccIter<'a> = SetIter<'a, Block>;
Expand description

An iterator over block successors. The iterator type is Block.