An obarray is a hash table mapping strings to Symbol.t
s. Symbol.intern
and
Form.read
use an obarray.
(Info-goto-node "(elisp)Creating Symbols")
include sig ... end
val sexp_of_t : t ‑> Base.Sexp.t
val iter : t ‑> f:(Ecaml.Symbol.t ‑> unit) ‑> unit
(describe-function 'mapatoms)
(Info-goto-node "(elisp)Creating Symbols")