bevy_reflect

Function list_partial_eq

Source
pub fn list_partial_eq<L: List + ?Sized>(
    a: &L,
    b: &dyn PartialReflect,
) -> Option<bool>
Expand description

Compares a List with a Reflect value.

Returns true if and only if all of the following are true:

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