Next: Function Type, Previous: Bool-Vector Type, Up: Programming Types [Contents][Index]
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. The printed representation of a hash table specifies its properties and contents, like this:
(make-hash-table) ⇒ #s(hash-table)
See Hash Tables, for more information about hash tables.