Appearance
获取数组中除了第一个元素之外的所有元素。
import { tail } from '@base-web-kits/base-tools-ts'; tail([1, 2, 3]); // 结果: [2, 3]
array (Array)
(Array)