pub fn get<'a>(root: &'a Expr, path: &Path) -> Option<&'a Expr>
Borrow the value at path, if present.
path