Variable StackSet.rNext

struct StackSet
{
  // ...
  StackTreeAA.Node*[] rNext ;
  // ...
}