Function kcl_lib::walk::walk

source ยท
pub fn walk<'a, WalkT>(prog: &'a Program, f: &WalkT) -> Result<bool>
where WalkT: Walker<'a>,
Expand description

Run the Walker against all Nodes in a Program.