构造一个给定长度的元组。

例如

type result = ConstructTuple<2> // 期望得到 [unknown, unknown]