Function parameters from TypeTuple
    Tofu Ninja via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Fri Oct 17 13:25:26 PDT 2014
    
    
  
On Friday, 17 October 2014 at 19:32:40 UTC, anonymous wrote:
> On Friday, 17 October 2014 at 19:18:29 UTC, Tofu Ninja wrote:
>> I had the imports, I just didn't post them. My problem is most 
>> likely that I used Tuple! instead of tuple... which is 
>> probably because the differences between the like 
>> 20(exaggeration) different types of tuples in D are confusing 
>> as hell...
>
> You've seen the rest of my message, right?
Yeah, the part that fixed it was Tuple! to tuple. Thanks for the 
help. I think this fixes my problem.
    
    
More information about the Digitalmars-d-learn
mailing list