Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 2.12 KB

README.zh-CN.md

File metadata and controls

12 lines (7 loc) · 2.12 KB

Push 简单 #array

by jiangshan @jiangshanmeta

接受挑战    English 日本語 한국어

在类型系统里实现通用的 Array.push

例如:

type Result = Push<[1, 2], '3'> // [1, 2, '3']

返回首页 分享你的解答 查看解答

相关挑战

533・Concat 3060・Unshift