pub fn array_remove_n(array: Expr, element: Expr, max: Expr) -> Expr
removes the first max elements from the array equal to the given value.
max