finds an element with the given key
Declared in <nlohmann/ordered_map.hpp>
<nlohmann/ordered_map.hpp>
iterator find(key_type const& key);
iterator to the element if found, or end() otherwise