Function intersection

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