pub fn cmp_utf8(writeable: &impl Writeable, other: &[u8]) -> Ordering
Compares the contents of a Writeable to the given UTF-8 bytes without allocating memory.
Writeable
For more details, see: cmp_str
cmp_str