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
Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.
Paul -
Peter Vivo -
Prajesh Gawhale -
Adrian Machado -
Top comments (0)