Function cmp_utf8

fn cmp_utf8<impl Writeable: Writeable>(writeable: &impl Writeable, other: &[u8]) -> Ordering

Compares the contents of a Writeable to the given UTF-8 bytes without allocating memory.

For more details, see: cmp_str