[]Function bevy::reflect::list_partial_eq

pub fn list_partial_eq<L>(a: &L, b: &(dyn Reflect + 'static)) -> Option<bool> where
    L: List