begin overloads
begin
Declared in <absl/container/linked_hash_map.h>
<absl/container/linked_hash_map.h>
Returns an iterator to the first element.
iterator begin();
Returns a const iterator to the first element.
const_iterator begin() const;