pub fn array_intersection(arr1: &[String], arr2: &[String]) -> Vec<String>
Array intersection (from subst.c ${array*other})