Function array_replace

Source
pub fn array_replace(array: Expr, from: Expr, to: Expr) -> Expr
Available on crate feature nested_expressions only.
Expand description

replaces the first occurrence of the specified element with another specified element.