pub fn extern_spec_std_cmp_Ord_cmp<Self_>(
self_: &Self_,
rhs: &Self_,
) -> OrderingExpand description
extern spec for ::std::cmp::Ord::cmp
This is not a real function: its only use is for documentation.
ensures
result == (*self).deep_model().cmp_log((*rhs).deep_model())