Function intersect

Source
pub fn intersect(nums1: Vec<i32>, nums2: Vec<i32>) -> Vec<i32>