Constructor taking a compatible array.
A compatible static array to build the Tuple from. Array slices are not supported.
int[2] ints; Tuple!(int, int) t = ints;
See Implementation
Constructor taking a compatible array.