absl::FixedArray::rend

Returns a const reverse iterator from the beginning of the fixed array.

Synopsis

Declared in <absl/container/fixed_array.h>

const_reverse_iterator
rend() const;

Return Value

A const reverse iterator past the first element.