bevy_reflect

Function array_partial_eq

Source
pub fn array_partial_eq<A: Array + ?Sized>(
    array: &A,
    reflect: &dyn PartialReflect,
) -> Option<bool>
Expand description

Compares two arrays (one concrete and one reflected) to see if they are equal.

Returns None if the comparison couldn’t even be performed.