package
0.0.0-20250114223410-f64633da4fd4
Repository: https://github.com/rogpeppe/misc.git
Documentation: pkg.go.dev
# Functions
Apply traverses a syntax tree recursively, starting with root, and calling pre and post for each node as described below.
# Structs
An ApplyCursor describes a node encountered during Apply.
# Type aliases
An ApplyFunc is invoked by Apply for each node n, even if n is nil, before and/or after the node's children.