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