QueryProxy.opApply

Iterates over the set of nodes.

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

Examples

foreach (node ; nodes) {}

Meta