Variable HashRange.frontElem

struct HashRange
{
  // ...
  K* frontElem ;
  // ...
}