Function: obarray-size

obarray-size is a byte-compiled function defined in obarray.el.gz.

Signature

(obarray-size OB)

Documentation

Return the number of slots of obarray OB.

Source Code

;; Defined in /usr/src/emacs/lisp/obarray.el.gz
(defun obarray-size (ob)
  "Return the number of slots of obarray OB."
  (length ob))