cmp

pub fn cmp(a: &[u64], b: &[u64]) -> Ordering
Available on crate feature evm only.
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.