I can see in Vibed's Diet source code, the void compileDietString(string diet_code, ALIASES...)(OutputStream stream__)
function.
I see it takes up to an infinite amount of aliases, as a template parameter.
What are these aliases? I have trouble figuring out through the source, it uses a lot of concepts like traits and mixins which I don't really understand that well.