Variable StackHash._length

struct StackHash
{
  // ...
  size_t _length ;
  // ...
}