pub fn entry(name: &str, value: Expr) -> (Expr, Expr)Expand description
A single map entry with a bare-symbol key: (sym(name), value). This is the
one home for the fn entry(name, value) tuple builder used by domain crates
(topology, agent, reflection).