questions/03057-easy-push/README.zh-CN.md
在类型系统里实现通用的 Array.push 。
例如:
type Result = Push<[1, 2], '3'> // [1, 2, '3']
<a href="../../README.zh-CN.md" target="_blank"></a> <a href="https://tsch.js.org/3057/answer/zh-CN" target="_blank"></a> <a href="https://tsch.js.org/3057/solutions" target="_blank"></a> <hr><h3>相关挑战</h3><a href="https://github.com/type-challenges/type-challenges/blob/main/questions/00533-easy-concat/README.zh-CN.md" target="_blank"></a> <a href="https://github.com/type-challenges/type-challenges/blob/main/questions/03060-easy-unshift/README.zh-CN.md" target="_blank"></a> <!--info-footer-end-->