reth
1.3.7
In reth::
revm::
revm::
primitives::
alloy_
primitives::
ruint::
algorithms
Modules
div
Structs
LehmerMatrix
Functions
adc
adc_n
add_nx1
addmul
addmul_n
addmul_nx1
borrowing_sub
carrying_add
cmp
div
gcd
gcd_extended
inv_mod
mul_nx1
mul_redc
sbb
sbb_n
shift_left_small
shift_right_small
square_redc
submul_nx1
reth
::
revm
::
revm
::
primitives
::
alloy_primitives
::
ruint
::
algorithms
Function
cmp
Copy item path
Settings
Help
Summary
pub fn cmp(left: &[
u64
], right: &[
u64
]) ->
Ordering
Expand description
Compare two
u64
slices in reverse order.