Function StackTree.opApply

Iterate over the elements of this tree in sorted order.

int opApply (
  int delegate(ref T) dg
);