Iterator.opApplyReverse

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

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

Meta