Function konst::primitive::cmp::cmp_option_i8

source ·
pub const fn cmp_option_i8(left: Option<i8>, right: Option<i8>) -> Ordering
Available on crate feature cmp only.
Expand description

Compares two Option<i8>, returning the ordering of left relative to right.