maphash
maphash is a built-in function in `C source code
'.
(maphash FUNCTION TABLE)
Call FUNCTION for all entries in hash table TABLE.
FUNCTION is called with two arguments, KEY and VALUE.
`maphash' always returns nil.
C source code
'.
(maphash FUNCTION TABLE)
Call FUNCTION for all entries in hash table TABLE.
FUNCTION is called with two arguments, KEY and VALUE.
`maphash' always returns nil.