internal HTupleElementsInt32(HTupleInt32 source, int[] indices)
     : base((HTupleImplementation)source, indices)
 {
 }
 internal HTupleElementsInt32(HTupleInt32 source, int index)
     : base((HTupleImplementation)source, index)
 {
 }