Function edn_expr_to_value
Source pub fn edn_expr_to_value(cx: &mut Cx, expr: &Expr) -> Result<Value>
Expand description
Realizes a decoded EDN Expr as a runtime Value using the sequence organ.
Collections become persistent list/vector/set/map values; scalars round-trip
through the factory. Map keys are coerced via the EDN key rules.