Variable TypeBasedContainer.candidates

class TypeBasedContainer
{
  // ...
  ObjectStorage!(RedBlackTree!string,string) candidates ;
  // ...
}