begin overloads
Declared in <llvm/ADT/StringMap.h>
Return an iterator to the first live entry.
[[nodiscard]]
iterator
begin();
» more...
Return a const iterator to the first live entry.
[[nodiscard]]
const_iterator
begin() const;
» more...
The return value should not be discarded.