begin overloads
Declared in <absl/container/linked_hash_set.h>
Returns an iterator to the first element, in insertion order.
iterator
begin();
» more...
Returns a const iterator to the first element, in insertion order.
const_iterator
begin() const;
» more...