Module cl_ast::ast_visitor::fold

source ·
Expand description

A folder (implementer of the Fold trait) maps ASTs to ASTs

Traits§

  • Deconstructs the entire AST, and reconstructs it from scratch.

Functions§