mirror of
https://github.com/type-challenges/type-challenges.git
synced 2026-01-25 14:47:17 +00:00
Shift

by jiangshan @jiangshanmeta
Implement the type version of Array.shift
For example
type Result = Shift<[3, 2, 1]> // [2, 1]