#include "string.hpp"

struct key_type : public string
{
	int hash();
	const key_type & operator=(string s);
};
