Function: cl-maphash
cl-maphash is a function alias for maphash, defined in fns.c.
This function is obsolete since 24.3; use maphash instead.
Signature
(cl-maphash FUNCTION TABLE)
Documentation
Call FUNCTION for all entries in hash table TABLE.
FUNCTION is called with two arguments, KEY and VALUE.
It should not alter TABLE in any way other than using puthash to
set a new value for KEY, or remhash to remove KEY.
maphash always returns nil.
Aliases
cl-maphash (obsolete since 24.3)