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

type SuccIter<'a> = SetIter<'a, Block>;

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