So the use of Product traits will be removed from the implementation of the immutable array collection classes. This will allow Products to be used for the Show, ShowT, EqT and ApproxT traits. Because the elements of some of the collections are themselves multi-element classes, the product size does not always match the number of Ints or Doubles in the elements. These Array elements will now be referred to as int1, int2 etc and dbl1, dbl2 etc.
The open issues dealing with these traits will be merged into this.
So the use of Product traits will be removed from the implementation of the immutable array collection classes. This will allow Products to be used for the Show, ShowT, EqT and ApproxT traits. Because the elements of some of the collections are themselves multi-element classes, the product size does not always match the number of Ints or Doubles in the elements. These Array elements will now be referred to as int1, int2 etc and dbl1, dbl2 etc.
The open issues dealing with these traits will be merged into this.