[#14320699371DBD96F87E209DE3717FA06806C01A]
Return the result of comparing to another string
int compare(decode_view other) const noexcept;
The length of the sequences to compare is the smaller of `size()` and `other.size()`.
The function compares the two strings as if by calling
`char_traits