[#absl-AnySpan-crend] = xref:absl.adoc[absl]::xref:absl/AnySpan.adoc[AnySpan]::crend :relfileprefix: ../../ :mrdocs: Returns a const reverse iterator just before the first element. == Synopsis Declared in `<absl/types/any_span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/AnySpan/const_reverse_iterator.adoc[const_reverse_iterator] crend() const; ---- == Return Value A const reverse past‐the‐end iterator. [.small]#Created with https://www.mrdocs.com[MrDocs]#