Construct Tuple

@typehero
Last updated 5 months ago
MEDIUM

Construct a tuple with a given length.

For example

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

This challenge was ported from Type Challenges and was authored by LoTwT

More Challenges

Loading...
Loading...