Represents a tuple associated with a specific dimension (e.g., a row or a column in a grid).
The first element is the major index, and the second element is a MinorTuple representing the minor indices and values associated with that location.
MinorTuple
Represents a tuple associated with a specific dimension (e.g., a row or a column in a grid).
The first element is the major index, and the second element is a
MinorTuple
representing the minor indices and values associated with that location.