Function mun_memory::diff::diff[][src]

pub fn diff<T>(old: &[T], new: &[T]) -> Vec<Diff> where
    T: Copy + Eq + TypeDesc + TypeFields<T>, 

Given an old and a new set of types T, calculates the difference.