Returns a const reverse iterator to the last element.
Synopsis
Declared in <absl/container/linked_hash_set.h>
const_reverse_iterator
crbegin() const;
Return Value
A const reverse iterator to the beginning of the reversed set.
Created with MrDocs