VisitorProxy.opApply

Allows to iterate over the set of nodes.

struct VisitorProxy
int
opApply
(
int delegate
(
ref Node
)
dg
)

Examples

VisitorProxy proxy
foreach (node ; proxy) {}

Meta