SheetXL - v0.3.20
    Preparing search index...

    Type Alias GridTuple<T>

    GridTuple: MajorTuple<T>[]

    Represents a collection of MajorTuples, used to store data for a 2d collection of tuples. Validity Requirements:

    • The major values within a collection of MajorTuples must be sorted in ascending order.
    • The minor values within each MinorTuple of a MajorTuple must be sorted in ascending order.
    • The minors (array of MinorTuples) within a MajorTuple must not overlap; their ranges (defined by the minor values and the length of the values arrays) should be mutually exclusive.

    Type Parameters

    • T = any