Unshift by jiangshan @jiangshanmeta Array.unshiftの型バージョンを実装します。 例えば: type Result = Unshift<[1, 2], 0> // [0, 1, 2,] 関連する課題