> For the complete documentation index, see [llms.txt](https://docs.cheddar.vihan.org/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cheddar.vihan.org/docs/default-operators.md).

# Default Operators

Cheddar has various operators which exist on all **objects**. These serve various tasks from basic reflection to handling types, and booleans.

Default operators **cannot be overloaded**.

^1]: When **objects** is said, this means only objects, classes serve strictly their purpose of being prototypes and do not have these behaviors
