IsRectangular<T>: T extends RoArray2D
    ? AllSameLength<T>
    : IsFlat<T>

Type Parameters

Generated using TypeDoc