[#29BE89DB263F4826F705A26A88143545B03D862F]
Return the result of comparing to another string
int compare(core::string_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