Recursive inorder iteration over values only. 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 values only. Note that, in case the tree is changed during the iteration, iteration will halt.