Function cmp
pub fn cmp(a: &[u64], b: &[u64]) -> Ordering
Expand description
⚠️ Compare two limb slices in reverse order.
⚠️ This function is not part of the stable API.
Assumes that if the slices are of different length, the longer slice is
always greater than the shorter slice.