Overload of InlinedVector::rend() that returns a const_reverse_iterator from the beginning of the inlined vector.
Declared in <absl/container/inlined_vector.h>
const_reverse_iterator
rend() const noexcept;
A const_reverse_iterator past the first element.