ある型や値をN個並べたタプルを返します
static assert(is(TypeNuple!(int, 2) == TypeTuple!(int, int))); static assert(is(TypeNuple!(long, 3) == TypeTuple!(long, long, long)));
See Implementation
ある型や値をN個並べたタプルを返します