Construct Tuple

Medium
0.0% Acceptance

Construct a tuple with a given length.

For example

type result = ConstructTuple<2> // expect to be [unknown, unkonwn]