Function default_chaining_impl
pub(in ::cmp) const fn default_chaining_impl<T, U>(lhs: &T, rhs: &U, p: impl ~const FnOnce(Ordering) -> bool) -> ControlFlow<bool>
where
T: ~const PartialOrd<U> + PointeeSized,
U: PointeeSized,