> For the complete documentation index, see [llms.txt](https://docs.r.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/glider-ide/api/enum.md).

# Enum

- [Enum.address](https://docs.r.xyz/glider-ide/api/enum/enum.address.md): Returns the address of the enum.
- [Enum.data](https://docs.r.xyz/glider-ide/api/enum/enum.data.md): Returns the data of the enum.
- [Enum.max](https://docs.r.xyz/glider-ide/api/enum/enum.max.md): Returns the maximum value of the enum.
- [Enum.min](https://docs.r.xyz/glider-ide/api/enum/enum.min.md): Returns the minimum value of the enum.
- [Enum.name](https://docs.r.xyz/glider-ide/api/enum/enum.name.md): Returns the name of the enum.
- [Enum.source\_code()](https://docs.r.xyz/glider-ide/api/enum/enum.source_code.md): Returns the source code of the enum.
- [Enum.values](https://docs.r.xyz/glider-ide/api/enum/enum.values.md): Returns the values of the enum.
