On 21.01.15 19:23, H. S. Teoh via Digitalmars-d wrote:
This is actually already implemented as std.typecons.staticIota, but it's currently undocumented and restricted to only Phobos code. I'm not sure why it was decided not to make it public, but if you file an enhancement request, the devs can look at it and decide if it's worth making it public.
I see, thx.And good name staticIota, unlike TypeTuple. I always wonder what is raw tuple, TypeTuple or Tuple :)
