pub type BlockArgs = Vec<(String, TypedAtom)>;Expand description
Per-parameter arguments on a branch edge: (param_name, value) in
declaration order. Empty unless the edge was written as
goto <block @v1=e1 @v2=e2>.
Aliased Typeยง
pub struct BlockArgs { /* private fields */ }