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