Hi Mike,
I was just browsing through container.d and line #476 reads:
alias foreac = foreach_;
Should that instead be (with an 'h' at the end of the alias word):
alias foreach = foreach_;
Hi Mike,
I was just browsing through container.d and line #476 reads:
alias foreac = foreach_;
Should that instead be (with an 'h' at the end of the alias word):
alias foreach = foreach_;