pub fn const_value(db: &Db, form: &Edn) -> Option<Value>
Converts a constant EDN form to an engine value, without attribute context.
Returns None for forms that cannot denote a storable value.
None