cl-typep

cl-typep is an autoloaded compiled Lisp function in `cl-macs.el'.

(cl-typep OBJECT TYPE)

This function has a compiler macro `cl--compiler-macro-typep'.

Check that OBJECT is of type TYPE.
TYPE is a Common Lisp-style type specifier.