[#BF632F9CB7A33826DCEC608C7B84940AA61DCEEC]
Return the last character
reference back() const noexcept;
assert( decode_view( "Program%20Files" ).back() == 's' );
not this->empty()
Constant.
Throws nothing.