# 2.4.18 类型描述符

类型描述符（type descriptor）是一种记录(record)，其中描述了某个类型的信息。记录的第一个槽是一个符号，这个符号表示了这个新类型的名称。而type-of 函数就是从这里获得的类型的信息。余下的槽都不被 Emacs 使用；它们可以用来拓展 Lisp。

类型描述符是 cl-sreucture-class 的实例。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://emacs-lisp.ivory.cafe/lisp-shu-ju-lei-xing/bian-cheng-lei-xing/2.4.18-lei-xing-miao-shu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
