pub fn match_indices<T>(vec1: &Vec<T>, vec2: &Vec<T>) -> Vec<IndexMatch>where T: Matchable,
匹配两个向量中的索引
vec1
vec2
返回匹配的索引对的向量