Iterator.opApply

foreach iterator over nodes in the tree. Any tree modification is permitted during iteration.

class Iterator
int
opApply
(
scope int delegate
(
ref Node node
)
dg
)

Meta