cl-gethash
cl-gethash is an alias for `gethash' in `cl.el
'.
(cl-gethash KEY TABLE &optional DFLT)
This function is obsolete since 24.3;
use `gethash' instead.
Look up KEY in TABLE and return its associated value.
If KEY is not found, return DFLT which defaults to nil.