[][src]Function leetcode_rust::intersection_of_two_arrays_2::intersect

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