type GrowToSize = A['length'] extends N ? A : GrowToSize; export type FixedArray = GrowToSize;