Return the first character
<include/boost/url/decode_view.hpp>
reference front() const noexcept;
assert( decode_view( "Program%20Files" ).front() == 'P' );
not this->empty()