Function konst::primitive::cmp::cmp_u64

source ·
pub const fn cmp_u64(left: u64, right: u64) -> Ordering
Available on crate feature cmp only.
Expand description

Compares two u64, returning the ordering of left relative to right.