[#0BA2516E1DDDA17117DE89C1252AC9D28D74AE36]

Function decode_view:: rfind

Finds the first occurrence of character in this view

Synopsis

            const_iterator
rfind(char ch) const noexcept;
        

Description

Complexity

Linear.

Exception Safety

Throws nothing.