Add a concept for HashMapFindable instead of manually specifying the requries expression everywhere. Allow HashMapFindable also for `remove`, `contains`, `operator[]`, `at` Make Entry have a const Key. This allows iterator's operator* and operator-> return values have const keys.