bevy::reflect

Function tuple_partial_eq

source
pub fn tuple_partial_eq<T>(
    a: &T,
    b: &(dyn PartialReflect + 'static),
) -> Option<bool>
where T: Tuple + ?Sized,
Expand description

Compares a Tuple with a PartialReflect value.

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

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