[#0DEE2B8DCC44C7A22EE568D0C18B6AB9C8257DE5]
Return the first character
reference front() const noexcept;
assert( decode_view( "Program%20Files" ).front() == 'P' );
not this->empty()
Constant.
Throws nothing.