Find the entry whose key dereferences to the given value.
Declared in <indirectmap.h>
<indirectmap.h>
iterator find(K const& key);
An iterator to the found entry, or end() if not present.