Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.3 KB

File metadata and controls

12 lines (7 loc) · 1.3 KB

Construct Tuple medium #tuple

by Lo @LoTwT

Take the Challenge    简体中文

Construct a tuple with a given length.

For example

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

Back Share your Solutions Check out Solutions