pub fn array_union(array1: Expr, array2: Expr) -> Expr
returns an array of the elements in the union of array1 and array2 without duplicates.