Module builtin

Source

Functionsยง

early_replace_builtin
Replaces some builtin values with their resulting values. Called early without lazy nested values. This allows to skip a lot of work to process the arguments.
replace_builtin
Replaces some builtin functions and values with their resulting values. In contrast to early_replace_builtin this has all inner values already processed.