Function io_interner::cmp[][src]

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

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

Errors

See io_op.