Visits the tree in the inorder order.
delegate to call for each visited element. Delegate should return non-zero value if the visiting should be aborted.
return value of the last dg call.
See Implementation
Visits the tree in the inorder order.