Skip to content

Latest commit

 

History

History
 
 

03062-medium-shift

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Shift medium #array

by jiangshan @jiangshanmeta

Take the Challenge

Implement the type version of Array.shift

For example

type Result = Shift<[3, 2, 1]> // [2, 1]

Back Share your Solutions Check out Solutions

Related Challenges

16・Pop