KeylessMethods.opApply

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

template KeylessMethods(Node, alias eb_first, alias eb_last)
int
opApply
(
scope int delegate
(
ref Node node
)
dg
)

Meta