type ConcatArrays<
ACC extends any[][],
N extends 1[] = []
> = [...ACC[N['length']], ...([...N,1]['length'] extends ACC['length'] ? [] : ConcatArrays<ACC, [...N, 1]>)]
max 50 tuples
type ConcatArrays<
ACC extends any[][],
N extends 1[] = []
> = [...ACC[N['length']], ...([...N,1]['length'] extends ACC['length'] ? [] : ConcatArrays<ACC, [...N, 1]>)]
max 50 tuples
For further actions, you may consider blocking this person and/or reporting abuse
FDiaz -
Shinetech Software -
James -
elanatframework -
Top comments (0)