array_intersect

Function array_intersect 

Source
pub fn array_intersect(first_array: Expr, second_array: Expr) -> Expr
Expand description

returns an array of the elements in the intersection of array1 and array2.