The compiler needs to know the size of the tuple in compile time. I can imagine
a code such that the following works:
var myTuple = fillTuple(5, @[1, 2, 3, 4, 5])
where `5` is known at compile time (it can be a `const`).
The compiler needs to know the size of the tuple in compile time. I can imagine
a code such that the following works:
var myTuple = fillTuple(5, @[1, 2, 3, 4, 5])
where `5` is known at compile time (it can be a `const`).