Function mun_memory::diff::myers::diff_length

source ·
pub fn diff_length<T: Eq>(old: &[T], new: &[T]) -> usize
Expand description

Calculates the Myer’s difference length between an old and new set based on ordering and uniqueness.