Variadic Tuple of Structs with Mixed Types

jmh530 via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Jul 18 15:08:27 PDT 2016


On Friday, 15 July 2016 at 19:24:12 UTC, jmh530 wrote:
>>
>> Have you considered recursive solutions?
>>
>
> Will try that next. Thanks.

I think this worked for me.

A few tricks were that I had to have the fillAliasSeq template as 
global and also I couldn't disable the default constructor for 
what I was filling with it.

Thanks for the help.


More information about the Digitalmars-d-learn mailing list