Variable StackHash.rNext

struct StackHash
{
  // ...
  Unqual!(Node*)[] rNext ;
  // ...
}