Node.opApply

equivalent to looping over .children`

interface Node
int
opApply
(
int delegate dg
)

Bugs

doesn't play nice with continue, break, etc. If you need to use those, just foreach over children

Meta