On Wednesday, 10 January 2018 at 18:31:17 UTC, 12345swordy wrote:
for(int x = 0; x < TL.length; x++) { auto b = [__traits(allMembers, TL[0])];
Simple mistake there...
Adam D. Ruppe via Digitalmars-d-learn Wed, 10 Jan 2018 10:50:56 -0800
On Wednesday, 10 January 2018 at 18:31:17 UTC, 12345swordy wrote:
for(int x = 0; x < TL.length; x++) { auto b = [__traits(allMembers, TL[0])];
Simple mistake there...