Function konst::primitive::cmp::cmp_isize

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

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