Alias TreeAaIter.IterType

struct TreeAaIter
{
  // ...
  alias IterType = typeof(mFun(tree.head.payload));
  // ...
}