Type Challenges Judge
Problems
Progress
Construct Tuple
Construct a tuple with a given length.
For example
type result = ConstructTuple<2> // expect to be [unknown, unkonwn]