FunctionsArray
array_intersect
Returns unique elements from the first array that are present in every other provided array.
array_intersect(…) → StringKind · scalar
Returns unique elements from the first array that are present in every other provided array.
Part of the Array family.