Failing test: ```d alias MySum = SumType!(const(int[]), int[]); int[] ma; auto x = MySum(ma); auto y = x; assert(x.typeIndex == y.typeIndex); ```