On Monday, 11 May 2015 at 23:12:17 UTC, Alex Parrill wrote:
Would this work?auto x = std.typecons.tuple(Rs)[_index]
Nope. _index must be know at compile-time.
On Monday, 11 May 2015 at 23:12:17 UTC, Alex Parrill wrote:
Would this work?auto x = std.typecons.tuple(Rs)[_index]
Nope. _index must be know at compile-time.