Variable StackTreeAA.tree

struct StackTreeAA
{
  // ...
  StackTree!(Node,"a.key") tree ;
  // ...
}