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