Skip to main content

Module ast_visitor

Module ast_visitor 

Source

Functions§

for_each_child
Visit each direct child of a node via callback — zero allocation.
node_children
Collect all direct child nodes of a given node. Prefer for_each_child in hot paths to avoid Vec allocation.