Skip to main content

remove_at

Function remove_at 

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

Remove the value at path (the final segment must be a map key), in a new root value.