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