Check the idea has not already been suggested
Edit the title above with self-explanatory function name and argument names
BigFunction Description as it would appear in the documentation
the function array_intersect returns the intersection of two arrays.
Examples of (arguments, expected output) as they would appear in the documentation
array_intersect([1, 2, 3], [2, 6, 7]) -> [2]
Check the idea has not already been suggested
Edit the title above with self-explanatory function name and argument names
BigFunction Description as it would appear in the documentation
the function
array_intersectreturns the intersection of two arrays.Examples of (arguments, expected output) as they would appear in the documentation
array_intersect([1, 2, 3], [2, 6, 7])->[2]