Type Challenges Judge
Problems
Progress
Ranking
Unshift
Implement the type version of Array.unshift
Array.unshift
For example
type Result = Unshift<[1, 2], 0> // [0, 1, 2,]