Next: Range Tables, Previous: Media, Up: Top [Contents][Index]
This function returns t
if object is a hash table, else nil
.
• Introduction to Hash Tables: | Hash tables are fast data structures for implementing simple tables (i.e. finite mappings from keys to values). | |
• Working With Hash Tables: | Hash table functions. | |
• Weak Hash Tables: | Hash tables with special garbage-collection behavior. |