Variable StackSet._length

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