Skip to main content

array_remove_n

Function array_remove_n 

Source
pub fn array_remove_n(array: Expr, element: Expr, max: Expr) -> Expr
Available on crate feature nested_expressions only.
Expand description

removes the first max elements from the array equal to the given value.