Recursive inorder iteration over keys and values. Note that, in case the tree is changed during the iteration, iteration will halt.
opApply's delegate
return value of dg
See Implementation
Recursive inorder iteration over keys and values. Note that, in case the tree is changed during the iteration, iteration will halt.