Create a tuple of N identical values
type Ones = TupleOf<1, 3> // [1, 1, 1] Copy
type Ones = TupleOf<1, 3> // [1, 1, 1]
Create a tuple of N identical values