Function array_partial_cmp
Source pub fn array_partial_cmp<A: Array + ?Sized>(
array: &A,
reflect: &dyn PartialReflect,
) -> Option<Ordering>
Expand description
Lexicographically compares two arrays and returns their ordering.
Returns None if the comparison couldn’t be performed (e.g., kinds mismatch
or an element comparison returns None).