Unshift

Easy
1
50.0% Acceptance

Implement the type version of Array.unshift

For example:

type Result = Unshift<[1, 2], 0> // [0, 1, 2,]