pub fn array_difference(arr1: &[String], arr2: &[String]) -> Vec<String>
Array difference (from subst.c ${array|other} with negation)