Skip to main content

set_at

Function set_at 

Source
pub fn set_at(root: &Expr, path: &Path, value: Expr) -> Result<Expr, PathError>
Expand description

Set the value at path, preserving every sibling, in a new root value. A missing intermediate key or out-of-range index is an error.