Function: cl-gethash

cl-gethash is a function alias for gethash, defined in fns.c.

This function is obsolete since 24.3; use gethash instead.

Signature

(cl-gethash KEY TABLE &optional DEFAULT)

Documentation

Look up KEY in TABLE and return its associated value.

If KEY is not found in table, return DEFAULT, or nil if DEFAULT is not provided.

Aliases

cl-gethash (obsolete since 24.3)