questions/00533-easy-concat/README.ja.md
JavaScript のArray.concat関数を型システムに実装します。この型は 2 つの引数を受け取り、受け取ったイテレータの要素を順に含む新しい配列を返します。
例えば:
type Result = Concat<[1], [2]>; // expected to be [1, 2]
<a href="../../README.ja.md" target="_blank"></a> <a href="https://tsch.js.org/533/answer/ja" target="_blank"></a> <a href="https://tsch.js.org/533/solutions" target="_blank"></a> <hr><h3>関連する課題</h3><a href="https://github.com/type-challenges/type-challenges/blob/main/questions/03057-easy-push/README.ja.md" target="_blank"></a> <a href="https://github.com/type-challenges/type-challenges/blob/main/questions/03060-easy-unshift/README.ja.md" target="_blank"></a> <!--info-footer-end-->