pub fn array_intersect(first_array: Expr, second_array: Expr) -> Expr
returns an array of the elements in the intersection of array1 and array2.