[#A6D135B1868BD4622556546CC734DEE3B7BB84A0]
Return the number of decoded characters
size_type size() const noexcept;
assert( decode_view( "Program%20Files" ).size() == 13 );
return std::distance( this->begin(), this->end() );
Constant.
Throws nothing.