Type Alias cranelift_codegen::flowgraph::SuccIter
source · pub type SuccIter<'a> = SetIter<'a, Block>;Expand description
An iterator over block successors. The iterator type is Block.
Aliased Type§
struct SuccIter<'a> { /* private fields */ }