Return the intersection of two arrays (elements present in both).
element type
first array
second array
new array with elements present in both left and right
left
right
Return the intersection of two arrays (elements present in both).