Variable Set.bits

struct Set
{
  // ...
  BitArray bits ;
  // ...
}