pub fn array_zip( arr1: &[String], arr2: &[String], shortest: bool, ) -> Vec<String>
Zip arrays together (from subst.c ${array:^other})