On Saturday, 29 March 2014 at 19:16:34 UTC, bearophile wrote:
alias context = XXXXaction;

Sorry, I meant:

alias action = XXXXaction;

Bye,
bearophile

When you say define them in bulk at compile time, is there some convenient way to just give an array of actions and iterate over them to generate such statements? So that the only work that needs to be updated to add/remove actions is updating that list?

Reply via email to