Returns an iterator to the beginning of the inlined vector.
Synopsis
Declared in <absl/container/inlined_vector.h>
iterator
begin() noexcept;
Return Value
An iterator to the first element.
Created with MrDocs