Function io_interner::cmp

source ·
pub fn cmp<R1: Read, R2: Read>(x: R1, y: R2) -> Result<Ordering>
Expand description

Compares the contents of x to the ones of y,see lexicographical comparison.

Errors

See io_op.