Variable ObjectStorage.values

class ObjectStorage
{
  // ...
  Type[const(KeyType)] values ;
  // ...
}