Returns the common elements from two arrays
arrCross([1, 2, 3, 4], [2, 3]);=> [2, 3]
First array
Second array
Generated using TypeDoc
Returns the common elements from two arrays
Example