Function writeable::cmp_utf8

source ยท
pub fn cmp_utf8(writeable: &impl Writeable, other: &[u8]) -> Ordering
Expand description

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

For more details, see: cmp_str