Push by jiangshan @jiangshanmeta Array.push의 제네릭 버전을 구현하세요. 예시: type Result = Push<[1, 2], '3'> // [1, 2, '3'] 관련된 문제들