Declare a homogeneous tuple with the item type T and length N.
Eg. NTuple<uint64, 3> === [uint64, uint64, uint64]
Declare a homogeneous tuple with the item type T and length N.
Eg. NTuple<uint64, 3> === [uint64, uint64, uint64]