begin overloads
Declared in <absl/container/fixed_array.h>
Returns an iterator to the beginning of the fixed array.
iterator
begin();
» more...
Returns a const iterator to the beginning of the fixed array.
const_iterator
begin() const;
» more...