[][src]Function leetcode_rust::intersection_of_two_arrays::intersection

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