pub fn tuple_partial_cmp<T>( a: &T, b: &(dyn PartialReflect + 'static), ) -> Option<Ordering>where T: Tuple + ?Sized,
Lexicographically compares two Tuple values and returns their ordering.
Tuple
Returns None if the comparison couldn’t be performed (e.g., kinds mismatch or an element comparison returns None).
None