pub fn array_remove(array: Expr, element: Expr) -> Expr
Expand description

removes all elements equal to the given value from the array.