Type Alias: GrowExp<A, N, P>
GrowExp<
A
,N
,P
>: [...A
,...A
][N
] extendsundefined
?GrowExp
<[...A
,...A
],N
, [A
,...P
]> :GrowExpRev
<A
,N
,P
>
Type Parameters
Type Parameter |
---|
A extends any [] |
N extends number |
P extends any [][] |