On Monday, 11 March 2013 at 00:26:25 UTC, anonymous wrote:
On Monday, 11 March 2013 at 00:10:46 UTC, Rob T wrote:
template NDimensionalArrayType(T,alias size)
I'm wondering what "alias size" does? I can't find that form
documented anywhere, but it seems to be valid.
http://dlang.org/template.html#TemplateAliasParameter
I actually read that page, but somehow missed this description or
more likely did not understand what it meant. I think I could
spend 10 years reading up on D and still not fully know
everything about it.
--rt