Variable HashRange.next

struct HashRange
{
  // ...
  S.Node* next ;
  // ...
}