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.