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

returns true, if each element of the second array appearing in the first array, otherwise false.