Tries to parse &str into Value::Symbol Example Successes: a => Value::Symbol(Symbol { name: "a" }) cat-dog => Value::Symbol(Symbol { name: "cat-dog" }) +common-lisp-global+ => Value::Symbol(Symbol { name: "+common-lisp-global+" }) Example Failures: 12cat, 'quoted, @at-is-for-references
(input: &str)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected