[#absl-AnySpan-rbegin] = xref:absl.adoc[absl]::xref:absl/AnySpan.adoc[AnySpan]::rbegin :relfileprefix: ../../ :mrdocs: Returns a reverse iterator to the last element. == Synopsis Declared in `<absl/types/any_span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/AnySpan/reverse_iterator.adoc[reverse_iterator] rbegin() const; ---- == Return Value A reverse iterator to the last element, or `rend()` if empty. [.small]#Created with https://www.mrdocs.com[MrDocs]#