digitalmars.D.learn - instantiate a tuple of templates
- John Colvin (5/5) Aug 01 2013 Say I have a template
- John Colvin (2/7) Aug 01 2013 woops.... sorry, partial post. Will finish and post again.
Say I have a template
template A(T ...)
{
void A
}
Aug 01 2013
On Thursday, 1 August 2013 at 12:43:21 UTC, John Colvin wrote:
Say I have a template
template A(T ...)
{
void A
}
woops.... sorry, partial post. Will finish and post again.
Aug 01 2013








"John Colvin" <john.loughran.colvin gmail.com>