type-of
type-of is a built-in function in `C source code
'.
(type-of OBJECT)
Return a symbol representing the type of OBJECT.
The symbol returned names the object's basic type;
for example, (type-of 1) returns `integer'.
C source code
'.
(type-of OBJECT)
Return a symbol representing the type of OBJECT.
The symbol returned names the object's basic type;
for example, (type-of 1) returns `integer'.