rbegin overloads
Declared in <absl/container/fixed_array.h>
Returns a reverse iterator from the end of the fixed array.
reverse_iterator
rbegin();
» more...
Returns a const reverse iterator from the end of the fixed array.
const_reverse_iterator
rbegin() const;
» more...