Node.opApply

Iterates over the children of the node

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

Parameters

dg int delegate
(
ref Node
)

the node and the value of the node will be passed to this for every iteration

Return Value

Type: int

Meta