package ecaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ecaml.ObarraySource

An obarray is a hash table mapping strings to Symbol.ts. Symbol.intern and Form.read use an obarray.

(Info-goto-node "(elisp)Creating Symbols")

Sourcetype t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval standard : t

(describe-variable 'obarray) (Info-goto-node "(elisp)Creating Symbols")

Sourceval iter : t -> f:(Symbol.t -> unit) -> unit

(describe-function 'mapatoms) (Info-goto-node "(elisp)Creating Symbols")