Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Compile time

Compile time, also referred to as comptime, covers expressions, functions, and branches that are resolved during compilation. Comptime expressions and functions resolve to constant values at compile time, while comptime branches provide conditional compilation.