GNU Info

Info Node: (elisp)Hash Table Type

(elisp)Hash Table Type


Next: Function Type Prev: Bool-Vector Type Up: Programming Types
Enter node , (file) or (file)node

Hash Table Type
---------------

   A hash table is a very fast kind of lookup table, somewhat like an
alist in that it maps keys to corresponding values, but much faster.
Hash tables are a new feature in Emacs 21; they have no read syntax, and
print using hash notation.  Note: Hash Tables.

     (make-hash-table)
          => #<hash-table 'eql nil 0/65 0x83af980>


automatically generated by info2www version 1.2.2.9