Shift medium #array

by jiangshan @jiangshanmeta

Take the Challenge

Implement the type version of ```Array.shift``` For example ```typescript type Result = Shift<[3, 2, 1]> // [2, 1] ```
Back Share your Solutions Check out Solutions

Related Challenges

16・Pop