A constant reverse iterator to the last character of the string.
Declared in <mp-units/ext/fixed_string.h>
[[nodiscard]]
constexpr
const_reverse_iterator
crbegin() const noexcept;
A constant reverse iterator to the last character of the string
The return value should not be discarded.