Function StackTreeAA.opApply

Iterate over both the keys and values of this associative array.

int opApply (
  int delegate(ref Unqual!K, ref Unqual!V) dg
);