Constify methods of `core::cmp::Ordering` under feature `const_ordering`. Current methods made const: - `reverse` - `then` Tracking issue for `const fn`: #57563.
Constify methods of
core::cmp::Orderingunder featureconst_ordering.Current methods made const:
reversethenTracking issue for
const fn: #57563.