Unshift easy #array

by jiangshan @jiangshanmeta

Take the Challenge    简体中文 日本語 한국어

Implement the type version of ```Array.unshift``` For example: ```typescript type Result = Unshift<[1, 2], 0> // [0, 1, 2] ```
Back Share your Solutions Check out Solutions

Related Challenges

533・Concat 3057・Push