internal HTupleElementsInt64(HTupleInt64 source, int[] indices) : base((HTupleImplementation)source, indices) { }
internal HTupleElementsInt64(HTupleInt64 source, int index) : base((HTupleImplementation)source, index) { }